Skip to content

Commit

Permalink
Fix auto build: Upgrade outdated dependencies WS2812FX and ArduinoJson
Browse files Browse the repository at this point in the history
Bump version to 0.18.3
  • Loading branch information
nmtoblum committed Mar 19, 2023
1 parent 3f0ce4a commit 8fbc982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ build_flags=
; -DCORE_DEBUG_LEVEL=5
lib_deps=
IotWebConf@2.3.3
ArduinoJson@6.17.3
WS2812FX@1.3.1
ArduinoJson@6.21.0
WS2812FX@1.4.1

[env:esp32doit-devkit-v1]
board=esp32doit-devkit-v1
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
#define CONTEXT_FILE "/context.json" // Filename of the context file
#define VERSION "0.18.2" // Version of the software
#define VERSION "0.18.3" // Version of the software

#define DBG_PRINT(x) Serial.print(x)
#define DBG_PRINTLN(x) Serial.println(x)
Expand All @@ -41,7 +41,7 @@
#ifndef DISABLECERTCHECK
// Tool to get certs: https://projects.petrucci.ch/esp32/

// certificate for https://graph.microsoft.com
// certificate for https://graph.microsoft.com and https://login.microsoftonline.com
// DigiCert Global Root CA, valid until Mon Sep 23 2030, size: 1761 bytes
const char* rootCACertificate = \
"-----BEGIN CERTIFICATE-----\n" \
Expand Down

0 comments on commit 8fbc982

Please sign in to comment.