network init

This commit is contained in:
MichaelDvP
2023-09-17 09:27:08 +02:00
parent 8a16566f53
commit d8c298f6fe
3 changed files with 36 additions and 27 deletions

View File

@@ -48,8 +48,8 @@ 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 2.0.13 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.09.01/platform-espressif32.zip
framework = arduino
build_flags = ${common.build_flags}
build_unflags = ${common.unbuild_flags}