We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4682e commit 963d639Copy full SHA for 963d639
Firmware/Dockerfile
@@ -64,7 +64,7 @@ RUN arduino-cli lib update-index
64
RUN arduino-cli core install "esp32:esp32@${CORE_VERSION}"
65
66
# Get Known Libraries
67
-RUN arduino-cli lib install ArduinoJson@7.0.4
+RUN arduino-cli lib install ArduinoJson@7.4.2
68
RUN arduino-cli lib install ESP32Time@2.0.0
69
RUN arduino-cli lib install ESP32_BleSerial@3.0.0
70
RUN arduino-cli lib install "ESP32-OTA-Pull"@1.0.0
0 commit comments