diff --git a/platformio.ini b/platformio.ini index cb943a8e4..51d4fbd78 100644 --- a/platformio.ini +++ b/platformio.ini @@ -50,7 +50,8 @@ extra_scripts = [espressi32_base_tasmota] ; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap -platform = https://github.com/tasmota/platform-espressif32.git ; development +; platform = https://github.com/tasmota/platform-espressif32.git ; latest development +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32-2023.10.03.zip ; latest stable ; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.02/platform-espressif32.zip framework = arduino board_build.filesystem = littlefs