diff --git a/platformio.ini b/platformio.ini index afe178b31..5cc3f9f30 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,13 +42,11 @@ extra_scripts = scripts/rename_fw.py [espressi32_base_tasmota] -; use Tasmota's library which removes some unused libs (like mbedtsl, so no WiFi_secure.h) and increases available heap -; Tasmota Arduino Core 2.0.14 with IPv6 support, based on IDF 4.4.6 -; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.01/platform-espressif32.zip -; Tasmota Arduino Core 2.0.15 with IPv6 support, based on IDF 4.4.7 / core 2.0.15 -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.04.00/platform-espressif32.zip -; Tasmota Arduino Core 3.0.0-rc based on IDF v5.1.3 -; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.11/platform-espressif32-2024.05.11.zip +; use Tasmota's library which removes some unused libs (like mbedtsl, so no WiFi_secure.h) and increases available heap +; Tasmota Arduino Core 2.0.17 with IPv6 support, based on IDF 4.4.7 +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.00/platform-espressif32.zip +; Tasmota Arduino Core 3.0.0.240529 based on IDF v5.1.4.240528 +; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.13/platform-espressif32.zip framework = arduino board_build.filesystem = littlefs build_flags = @@ -66,7 +64,7 @@ upload_speed = 921600 build_type = release lib_ldf_mode = chain+ lib_deps = - https://github.com/emsesp/EMS-ESP-Modules.git + https://github.com/emsesp/EMS-ESP-Modules bblanchon/ArduinoJson@^7.0.4 check_tool = cppcheck, clangtidy check_severity = high, medium