Skip to content

Commit 57378c6

Browse files
committed
fix: dependencies name
1 parent fedd15b commit 57378c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"owner": "mathieucarbou",
27-
"name": "ESP Async WebServer",
27+
"name": "ESPAsyncWebServer",
2828
"version": "^3.1.1",
2929
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
3030
},

platformio.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build_flags =
66
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
77
-D NETWIZARD_USE_ASYNC_WEBSERVER=1
88
lib_deps =
9-
bblanchon/ArduinoJson @ 7.1.0
10-
mathieucarbou/Async TCP @ ^3.2.3
11-
mathieucarbou/ESP Async WebServer @ 3.1.1
9+
bblanchon/ArduinoJson@7.1.0
10+
mathieucarbou/AsyncTCP@^3.2.3
11+
mathieucarbou/ESPAsyncWebServer@3.1.1
1212
upload_protocol = esptool
1313
monitor_speed = 115200
1414
monitor_filters = esp32_exception_decoder, log2file
@@ -29,9 +29,9 @@ board = esp32-s3-devkitc-1
2929
platform = espressif8266
3030
board = huzzah
3131
lib_deps =
32-
bblanchon/ArduinoJson @ 7.1.0
33-
mathieucarbou/ESP Async WebServer @ 3.1.1
34-
esphome/ESPAsyncTCP-esphome @ 2.0.0
32+
bblanchon/ArduinoJson@7.1.0
33+
mathieucarbou/ESPAsyncWebServer@3.1.1
34+
esphome/ESPAsyncTCP-esphome@2.0.0
3535

3636
[env:pico]
3737
platform = https://github.com/maxgerhardt/platform-raspberrypi.git

0 commit comments

Comments
 (0)