From ad15dd90a2e59e89e6e066b6529f75d4aae95f83 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Fri, 19 Jul 2024 16:20:56 +0530 Subject: [PATCH] fix: dependencies name --- .github/workflows/ci.yml | 2 -- library.json | 2 +- platformio.ini | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b04f09e..ea2f3b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ on: - "/keywords.txt" - "/library.json" - "/library.properties" - - "/vue-frontend" - "/docs" pull_request: paths-ignore: @@ -15,7 +14,6 @@ on: - "/keywords.txt" - "/library.json" - "/library.properties" - - "/vue-frontend" - "/docs" jobs: diff --git a/library.json b/library.json index 87d0e0c..ee04c73 100644 --- a/library.json +++ b/library.json @@ -18,7 +18,7 @@ "dependencies": [ { "owner": "mathieucarbou", - "name": "ESP Async WebServer", + "name": "ESPAsyncWebServer", "version": "^3.1.1", "platforms": ["espressif8266", "espressif32"] } diff --git a/platformio.ini b/platformio.ini index e789396..1d457b2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 @@ -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