mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 11:16:45 +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
|
- Expose the device URL in discovery message and CC
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
- Moved to Tasmota Arduino 2.0.3rc1 with native LittleFS library (thanks @Jason2866)
|
- Moved to Tasmota Arduino 2.0.3 with native LittleFS library (thanks @Jason2866)
|
||||||
- Moved to ESP-IDF 4.4.0 with fixes for FragAttacks CVEs (thanks @nagyrobi)
|
- Moved to ESP-IDF 4.4.1 with fixes for FragAttacks CVEs (thanks @nagyrobi)
|
||||||
- Add support for ESP32-S2 devices
|
- Add support for ESP32-S2 devices
|
||||||
- ⚠️ **Breaking:** Removed support for ESP8266!
|
- ⚠️ **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:
|
; -- 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
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
; ----- crash reporter
|
; ----- crash reporter
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
|
@ -96,7 +96,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
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.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
|
||||||
@ -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:
|
; -- 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/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 =
|
board_build.embed_files =
|
||||||
data/edit.htm.gz
|
data/edit.htm.gz
|
||||||
data/style.css.gz
|
data/style.css.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user