File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464
6565 - name : Install AsyncTCP (ESP32)
6666 if : ${{ matrix.core == 'esp32:esp32' }}
67- run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.3
67+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.3.2
6868
6969 - name : Install ESPAsyncTCP (ESP8266)
7070 if : ${{ matrix.core == 'esp8266:esp8266' }}
@@ -75,10 +75,10 @@ jobs:
7575 run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0
7676
7777 - name : Install ESPAsyncWebServer
78- run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.1.1
78+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.6.0
7979
8080 - name : Install ArduinoJson
81- run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/bblanchon/ArduinoJson#v7.1 .0
81+ run : ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/bblanchon/ArduinoJson#v7.3 .0
8282
8383 - name : Install Preferences
8484 if : ${{ matrix.core == 'esp8266:esp8266' || matrix.core == 'rp2040:rp2040' }}
You can’t perform that action at this time.
0 commit comments