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 e18f361 commit d777a0dCopy full SHA for d777a0d
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v6
49
50
- name: Cache PlatformIO
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
with:
53
key: ${{ runner.os }}-pio
54
path: |
platformio.ini
@@ -60,7 +60,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
60
board = wemos_d1_mini32
61
lib_deps =
62
ESPmDNS
63
- bblanchon/ArduinoJson @ 7.4.2
+ bblanchon/ArduinoJson @ 7.4.3
64
ESP32Async/AsyncTCP @ ^3.4.10
65
ESP32Async/ESPAsyncWebServer @ 3.10.0
66
mathieucarbou/MycilaESPConnect @ 10.6.0
0 commit comments