mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
update tasmota for 4mb builds
This commit is contained in:
@@ -38,6 +38,7 @@ unbuild_flags =
|
||||
${common.core_unbuild_flags}
|
||||
|
||||
[espressi32_base]
|
||||
; 6.7.0 = Arduino v2.0.16 (based on IDF v4.4.7). See https://github.com/platformio/platform-espressif32/releases/tag/v6.7.0
|
||||
platform = espressif32@6.7.0
|
||||
framework = arduino
|
||||
board_build.filesystem = littlefs
|
||||
@@ -51,7 +52,9 @@ extra_scripts =
|
||||
[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.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
|
||||
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.00/platform-espressif32.zip
|
||||
; Tasmota Arduino Core 2.0.18 with IPv6 support, based on IDF 4.4.8
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.00/platform-espressif32.zip
|
||||
; Tasmota Arduino Core 3.0.1.240605 based on IDF v5.1.4.240602
|
||||
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.10/platform-espressif32.zip
|
||||
framework = arduino
|
||||
|
||||
Reference in New Issue
Block a user