diff --git a/platformio.ini b/platformio.ini index f9b6d81b..a96871ea 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ build_cache_dir = .pio/build_cache name = fab-o-matic [env] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.07.10/platform-espressif32.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.08.10/platform-espressif32.zip framework = arduino test_framework = unity check_tool = clangtidy @@ -30,7 +30,7 @@ lib_deps = https://github.com/PBrunot/LiquidCrystal.git#use_const Wire adafruit/Adafruit NeoPixel@^1.12.3 https://github.com/tzapu/WiFiManager.git@2.0.17 - https://github.com/terrorsl/sMQTTBroker.git + https://github.com/terrorsl/sMQTTBroker.git@0.1.8 ArduinoOTA build_unflags = -std=gnu++11 -fexceptions build_flags = -std=gnu++2b