From 8fbc982969ae9e43cc2b9ef693c0ac430678ab6f Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sun, 19 Mar 2023 14:39:04 +0100 Subject: [PATCH] Fix auto build: Upgrade outdated dependencies WS2812FX and ArduinoJson Bump version to 0.18.3 --- platformio.ini | 4 ++-- src/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 45fe46c..b342755 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/src/main.cpp b/src/main.cpp index 6676845..52b1b67 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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) @@ -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" \