|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
|
|
|
- name: Install AsyncTCP (ESP32)
|
|
|
if: ${{ matrix.core == 'esp32:esp32' }}
|
|
|
- run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.3.7
|
|
|
+ run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.9
|
|
|
|
|
|
- name: Install ESPAsyncTCP (ESP8266)
|
|
|
if: ${{ matrix.core == 'esp8266:esp8266' }}
|
|
|
@@ -84,7 +84,7 @@ jobs:
|
|
|
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ayushsharma82/RPAsyncTCP#v1.3.2
|
|
|
|
|
|
- name: Install ESPAsyncWebServer
|
|
|
- run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.3
|
|
|
+ run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/ESPAsyncWebServer#v3.9.2
|
|
|
|
|
|
- name: Build Demo
|
|
|
run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/Demo/Demo.ino"
|