Browse Source

fix: updated dep in platformio.ini

Ayush Sharma 9 months ago
parent
commit
f43f171b11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      platformio.ini

+ 2 - 2
platformio.ini

@@ -6,7 +6,7 @@ build_flags =
   -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
 lib_deps = 
   mathieucarbou/Async TCP @ ^3.1.4
-  mathieucarbou/ESP Async WebServer @ 2.10.1
+  mathieucarbou/ESP Async WebServer @ 2.10.4
 upload_protocol = esptool
 monitor_speed = 115200
 monitor_filters = esp32_exception_decoder, log2file
@@ -35,5 +35,5 @@ board = esp32-s3-devkitc-1
 platform = espressif8266
 board = huzzah
 lib_deps = 
-  mathieucarbou/ESP Async WebServer @ 2.10.1
+  mathieucarbou/ESP Async WebServer @ 2.10.4
   esphome/ESPAsyncTCP-esphome @ 2.0.0