mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-13 05:50:39 +00:00
Changes to support ArduinoJson 6 & 7
This commit is contained in:
@ -17,7 +17,8 @@ framework = arduino
|
||||
board_build.filesystem = littlefs
|
||||
lib_extra_dirs = ../../
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson @ ^6.18.5
|
||||
; bblanchon/ArduinoJson @ ^6.18.5
|
||||
bblanchon/ArduinoJson @ ^7.0.4
|
||||
https://github.com/bmedici/ESPAsyncWebServer ; Use a fork of the library that has a bugfix for the compile.... https://github.com/esphome/ESPAsyncWebServer/pull/17
|
||||
|
||||
lib_ignore =
|
||||
@ -43,7 +44,9 @@ monitor_filters = esp32_exception_decoder
|
||||
board_build.flash_mode = dout
|
||||
build_flags =
|
||||
-D TEST_HUGE_TEXT
|
||||
-D TEST_FILEDISPLAY
|
||||
; -D DEBUG_ESPUI
|
||||
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
me-no-dev/AsyncTCP
|
||||
|
Reference in New Issue
Block a user