use espressif core 2.0.12 via Tasmota for 4MB build

This commit is contained in:
Proddy
2023-09-10 13:18:12 +02:00
parent d24742facd
commit bc4418755e

View File

@@ -48,8 +48,9 @@ extra_scripts =
scripts/rename_fw.py scripts/rename_fw.py
[espressi32_base_tasmota] [espressi32_base_tasmota]
; use Tasmota's 2.0.11 core based libary from https://github.com/tasmota/platform-espressif32 which removes some libs (like mbedtsl) and increases available heap ; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.01/platform-espressif32.zip ; based on Core 2.0.12 https://github.com/espressif/arduino-esp32/releases/tag/2.0.12
platform = https://github.com/tasmota/platform-espressif32/archive/refs/tags/2023.09.00.zip
framework = arduino framework = arduino
build_flags = ${common.build_flags} build_flags = ${common.build_flags}
build_unflags = ${common.unbuild_flags} build_unflags = ${common.unbuild_flags}