mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 12:46:37 +00:00
Update to ArduinoJson 6.20.0 and Arduino 2.0.6
This commit is contained in:
parent
ca6a59ae2c
commit
b2f74d9780
@ -81,7 +81,7 @@ build_flags =
|
|||||||
; -- Shared library dependencies in all environments
|
; -- Shared library dependencies in all environments
|
||||||
; Warning : don't put comments after github links => causes infinite download loop
|
; Warning : don't put comments after github links => causes infinite download loop
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson@^6.19.4 ; Json(l) parser
|
bblanchon/ArduinoJson@^6.20.0
|
||||||
;git+https://github.com/fvanroie/ConsoleInput.git
|
;git+https://github.com/fvanroie/ConsoleInput.git
|
||||||
;git+https://github.com/andrethomas/TasmotaSlave.git
|
;git+https://github.com/andrethomas/TasmotaSlave.git
|
||||||
;git+https://github.com/lvgl/lvgl.git
|
;git+https://github.com/lvgl/lvgl.git
|
||||||
|
@ -139,7 +139,8 @@ 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/v.2.0.5/platform-espressif32-v.2.0.5.zip
|
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.5/platform-espressif32-v.2.0.5.zip
|
||||||
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
; ----- crash reporter
|
; ----- crash reporter
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
|
@ -108,8 +108,8 @@ hspi =
|
|||||||
; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes:
|
; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes:
|
||||||
[arduino_esp32s3_v2]
|
[arduino_esp32s3_v2]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-2.0.4.1.zip
|
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4.1/platform-espressif32-2.0.4.1.zip
|
||||||
;platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.5/platform-espressif32-v.2.0.5.zip
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip
|
||||||
;platform = espressif32
|
;platform = espressif32
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
; ----- crash reporter
|
; ----- crash reporter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user