We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6129689 commit c234e70Copy full SHA for c234e70
platformio.ini
@@ -50,7 +50,8 @@ extra_scripts =
50
51
[espressi32_base_tasmota]
52
; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap
53
-platform = https://github.com/tasmota/platform-espressif32.git ; development
+; platform = https://github.com/tasmota/platform-espressif32.git ; latest development
54
+platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.03/platform-espressif32-2023.10.03.zip ; latest stable
55
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.02/platform-espressif32.zip
56
framework = arduino
57
board_build.filesystem = littlefs
0 commit comments