Skip to content

Commit

Permalink
Merge pull request #4142 from willmmiles/fix-webserver-pin
Browse files Browse the repository at this point in the history
Fix AsyncWebServer version pin
  • Loading branch information
blazoncek authored Sep 14, 2024
2 parents 5708d7a + 2264cc5 commit 0806c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ lib_deps =
IRremoteESP8266 @ 2.8.2
makuna/NeoPixelBus @ 2.8.0
#https://github.com/makuna/NeoPixelBus.git#CoreShaderBeta
https://github.com/Aircoookie/ESPAsyncWebServer.git @ 2.2.1
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.2.1
# for I2C interface
;Wire
# ESP-NOW library
Expand Down Expand Up @@ -234,7 +234,7 @@ lib_deps_compat =
IRremoteESP8266 @ 2.8.2
makuna/NeoPixelBus @ 2.7.9
https://github.com/blazoncek/QuickESPNow.git#optional-debug
https://github.com/Aircoookie/ESPAsyncWebServer.git @ 2.2.1
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.2.1


[esp32]
Expand Down

0 comments on commit 0806c7f

Please sign in to comment.