mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-06-03 02:32:12 +02:00
Migrate web server to ESPAsyncWebServer
This commit is contained in:
parent
eb75868adb
commit
3ecb8edb18
10 changed files with 515 additions and 297 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -124,6 +124,8 @@ jobs:
|
|||
arduino-cli lib install PubSubClient@${{ env.PUB_SUB_CLIENT_VERSION }}
|
||||
arduino-cli lib install SmartRC-CC1101-Driver-Lib@${{ env.SMARTRC_CC1101_VERSION }}
|
||||
arduino-cli lib install WebSockets@${{ env.WEB_SOCKET_VERSION }}
|
||||
arduino-cli lib install "ESP Async WebServer"
|
||||
arduino-cli lib install AsyncTCP
|
||||
|
||||
- name: Build ${{ matrix.name }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue