Update ESPAsyncWebServer version

This commit is contained in:
Just Call Me Koko
2025-09-24 16:19:06 -04:00
parent 74f09ee86f
commit 24f3e18b69
4 changed files with 18 additions and 13 deletions
+11 -11
View File
@@ -81,8 +81,8 @@ jobs:
- name: Install AsyncTCP
uses: actions/checkout@v2
with:
repository: me-no-dev/AsyncTCP
ref: master
repository: ESP32Async/AsyncTCP
ref: v3.4.8
path: CustomAsyncTCP
- name: Install MicroNMEA
@@ -92,16 +92,16 @@ jobs:
ref: v2.0.6
path: CustomMicroNMEA
#- name: Install ESPAsyncWebServer
# uses: actions/checkout@v2
# with:
# repository: ${{ matrix.board.esp_async }}
# ref: ${{ matrix.board.esp_async_ver }}
# path: CustomESPAsyncWebServer
- name: Install ESPAsyncWebServer
run: |
cp -r libraries/ESPAsyncWebServer ./CustomESPAsyncWebServer
uses: actions/checkout@v2
with:
repository: ESP32Async/ESPAsyncWebServer
ref: v3.8.1
path: CustomESPAsyncWebServer
#- name: Install ESPAsyncWebServer
# run: |
# cp -r libraries/ESPAsyncWebServer ./CustomESPAsyncWebServer
- name: Install TFT_eSPI
uses: actions/checkout@v2