Skip to content

Commit

Permalink
fix: dependencies name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jul 19, 2024
1 parent fced800 commit ad15dd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:
- "/keywords.txt"
- "/library.json"
- "/library.properties"
- "/vue-frontend"
- "/docs"
pull_request:
paths-ignore:
- "**/**.md"
- "/keywords.txt"
- "/library.json"
- "/library.properties"
- "/vue-frontend"
- "/docs"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": [
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"name": "ESPAsyncWebServer",
"version": "^3.1.1",
"platforms": ["espressif8266", "espressif32"]
}
Expand Down
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build_flags =
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
lib_deps =
mathieucarbou/Async TCP @ ^3.2.3
mathieucarbou/ESP Async WebServer @ 3.1.1
mathieucarbou/AsyncTCP@^3.2.3
mathieucarbou/ESPAsyncWebServer@^3.1.1
upload_protocol = esptool
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, log2file
Expand Down Expand Up @@ -36,8 +36,8 @@ board = esp32-s3-devkitc-1
platform = espressif8266
board = huzzah
lib_deps =
mathieucarbou/ESP Async WebServer @ 3.1.1
esphome/ESPAsyncTCP-esphome @ 2.0.0
mathieucarbou/ESPAsyncWebServer@^3.1.1
esphome/ESPAsyncTCP-esphome@^2.0.0

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

0 comments on commit ad15dd9

Please sign in to comment.