Update to tasmota core v2.0.4.1

This commit is contained in:
fvanroie 2022-08-09 14:26:01 +02:00
parent f04b01ec1f
commit e919db7f25
2 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv
; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes: ; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes:
[arduino_esp32_v2] [arduino_esp32_v2]
framework = arduino framework = arduino
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4/platform-espressif32-2.0.4.zip platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-2.0.4.1.zip
board_build.filesystem = littlefs board_build.filesystem = littlefs
; ----- crash reporter ; ----- crash reporter
monitor_filters = esp32_exception_decoder monitor_filters = esp32_exception_decoder

View File

@ -101,7 +101,7 @@ fspi =
; -- The Arduino ESP32S2 v2.0.2 with 3 available flash sizes: ; -- The Arduino ESP32S2 v2.0.2 with 3 available flash sizes:
[arduino_esp32s2_v2] [arduino_esp32s2_v2]
framework = arduino framework = arduino
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-2.0.4.1.zip
board_build.embed_files = board_build.embed_files =
data/edit.htm.gz data/edit.htm.gz
data/style.css.gz data/style.css.gz
@ -136,7 +136,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv
; -- The Arduino ESP32S2-solo v2.0.2 with 3 available flash sizes: ; -- The Arduino ESP32S2-solo v2.0.2 with 3 available flash sizes:
[arduino_esp32s2-solo_v2] [arduino_esp32s2-solo_v2]
framework = arduino framework = arduino
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-solo1-v.2.0.3.zip platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-solo1-2.0.4.1.zip
board_build.embed_files = board_build.embed_files =
data/edit.htm.gz data/edit.htm.gz
data/style.css.gz data/style.css.gz