Skip to content

Commit 7549747

Browse files
committed
Bump ArduinoJson and NimBLE-Arduino deps
Update platformio.ini to use ArduinoJson@7.4.3 (from 7.3.1) and h2zero/NimBLE-Arduino@^2.3.9 (from ^2.3.5). This brings in upstream fixes and improvements for JSON handling and BLE stack compatibility.
1 parent e86c551 commit 7549747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ debug_tool = esp-builtin
4343
lib_deps =
4444
Wire
4545
SPI
46-
ArduinoJson@7.3.1
46+
ArduinoJson@7.4.3
4747
Time@1.6.1
4848
adafruit/Adafruit BusIO@1.17.4
4949
adafruit/Adafruit BMP3XX Library@2.1.6
@@ -55,7 +55,7 @@ lib_deps =
5555
https://github.com/openppg/SINE-ESC-CAN#8caa93996b5d000fe10ca5265bd1c472dfdf885b
5656
https://github.com/openppg/ANT-BMS-CAN#fd54852bc6f1c9608e37af9ca7c13ea4135c095b
5757
lvgl/lvgl@^8.4.0
58-
h2zero/NimBLE-Arduino@^2.3.5
58+
h2zero/NimBLE-Arduino@^2.3.9
5959
lib_ignore =
6060
Adafruit SleepyDog Library
6161
${extra.lib_ignore}

0 commit comments

Comments
 (0)