mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 18:26:35 +00:00
Update to Tasmota Arduino core v2.0.3 final
This commit is contained in:
parent
92f3588c5e
commit
230ad4b5ea
@ -69,8 +69,8 @@
|
||||
- Expose the device URL in discovery message and CC
|
||||
|
||||
### Architecture
|
||||
- Moved to Tasmota Arduino 2.0.3rc1 with native LittleFS library (thanks @Jason2866)
|
||||
- Moved to ESP-IDF 4.4.0 with fixes for FragAttacks CVEs (thanks @nagyrobi)
|
||||
- Moved to Tasmota Arduino 2.0.3 with native LittleFS library (thanks @Jason2866)
|
||||
- Moved to ESP-IDF 4.4.1 with fixes for FragAttacks CVEs (thanks @nagyrobi)
|
||||
- Add support for ESP32-S2 devices
|
||||
- ⚠️ **Breaking:** Removed support for ESP8266!
|
||||
|
||||
|
@ -130,7 +130,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv
|
||||
; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes:
|
||||
[arduino_esp32_v2]
|
||||
framework = arduino
|
||||
platform = https://github.com/tasmota/platform-espressif32
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip
|
||||
board_build.filesystem = littlefs
|
||||
; ----- crash reporter
|
||||
monitor_filters = esp32_exception_decoder
|
||||
|
@ -96,7 +96,7 @@ fspi =
|
||||
; -- The Arduino ESP32S2 v2.0.2 with 3 available flash sizes:
|
||||
[arduino_esp32s2_v2]
|
||||
framework = arduino
|
||||
platform = https://github.com/tasmota/platform-espressif32
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip
|
||||
board_build.embed_files =
|
||||
data/edit.htm.gz
|
||||
data/style.css.gz
|
||||
@ -131,7 +131,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv
|
||||
; -- The Arduino ESP32S2-solo v2.0.2 with 3 available flash sizes:
|
||||
[arduino_esp32s2-solo_v2]
|
||||
framework = arduino
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3rc1/platform-espressif32-2.0.3solo1.zip
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-solo1-v.2.0.3.zip
|
||||
board_build.embed_files =
|
||||
data/edit.htm.gz
|
||||
data/style.css.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user