Skip to content

Commit

Permalink
rduinoJson dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Mar 11, 2024
1 parent 5ad81ff commit 80b21d4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ build_flags =
; -- Shared library dependencies in all environments
; Warning : don't put comments after github links => causes infinite download loop
lib_deps =
bblanchon/ArduinoJson@^6.21.5
;git+https://github.com/fvanroie/ConsoleInput.git
;git+https://github.com/andrethomas/TasmotaSlave.git
;git+https://github.com/lvgl/lvgl.git
Expand All @@ -102,6 +101,11 @@ lib_deps =

build_src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font_montserrat_*.c>


[arduinojson]
lib_deps =
bblanchon/ArduinoJson@^6.21.5

[lovyangfx]
lib_deps =
lovyan03/LovyanGFX@^1.1.12
Expand Down
2 changes: 1 addition & 1 deletion user_setups/darwin/darwin_sdl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
; lv_drivers@~7.9.1
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers
git+https://github.com/lvgl/lv_lib_png.git#release/v7

Expand Down
2 changes: 1 addition & 1 deletion user_setups/linux/linux_fbdev.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down
2 changes: 1 addition & 1 deletion user_setups/linux/linux_sdl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down
2 changes: 1 addition & 1 deletion user_setups/win32/windows_gdi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down
2 changes: 1 addition & 1 deletion user_setups/win32/windows_sdl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down
2 changes: 1 addition & 1 deletion user_setups/win32/windows_sdl_64bits.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ build_flags =

lib_deps =
${env.lib_deps}
${arduinojson.lib_deps}
;lv_drivers@~7.9.0
;lv_drivers=https://github.com/littlevgl/lv_drivers/archive/7d71907c1d6b02797d066f50984b866e080ebeed.zip
https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.21.5 ; Json(l) parser
https://github.com/fvanroie/lv_drivers

lib_ignore =
Expand Down

0 comments on commit 80b21d4

Please sign in to comment.