Skip to content

Commit

Permalink
ArduinoJson updated to v6.21.4
Browse files Browse the repository at this point in the history
StreamUtils updated to v1.8.0
Espressif ESP32 platform updated to v6.5.0
  • Loading branch information
BlueAndi committed Dec 29, 2023
1 parent 92197a3 commit ee48749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/mcu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; MCU ESP32 configuration
; ********************************************************************************
[mcu:esp32]
platform = espressif32 @ ~6.4.0
platform = espressif32 @ ~6.5.0
framework = arduino
build_flags =
-I./src/Common
Expand All @@ -21,8 +21,8 @@ build_flags =
-D PIO_ENV="$PIOENV"
-Wl,-Map,firmware.map
lib_deps_external =
bblanchon/ArduinoJson @ ~6.21.3
bblanchon/StreamUtils @ ~1.7.3
bblanchon/ArduinoJson @ ~6.21.4
bblanchon/StreamUtils @ ~1.8.0
muwerk/mufonts @ ~0.2.0
https://github.com/BlueAndi/AsyncTCPSock
https://github.com/BlueAndi/ESPAsyncWebServer#tilde2
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ build_flags =
-D NATIVE
lib_compat_mode = off ; The muwerk/mufonts require Arduino framework.
lib_deps =
bblanchon/ArduinoJson @ ~6.21.3
bblanchon/ArduinoJson @ ~6.21.4
muwerk/mufonts @ ~0.2.0
lib_ignore =
Sensors
Expand Down

0 comments on commit ee48749

Please sign in to comment.