mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
use espressif core 2.0.12 via Tasmota for 4MB build
This commit is contained in:
@@ -48,8 +48,9 @@ extra_scripts =
|
||||
scripts/rename_fw.py
|
||||
|
||||
[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
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.01/platform-espressif32.zip
|
||||
; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap
|
||||
; 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
|
||||
build_flags = ${common.build_flags}
|
||||
build_unflags = ${common.unbuild_flags}
|
||||
|
||||
Reference in New Issue
Block a user