fix build break

This commit is contained in:
Luca Oliano
2024-02-05 16:15:48 +01:00
parent 05f2c17712
commit 645f7afa9d
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ jobs:
cd ~/arduino* cd ~/arduino*
./install.sh ./install.sh
./arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" --save-prefs ./arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" --save-prefs
./arduino --install-boards esp32:esp32 ./arduino --install-boards esp32:esp32:2.0.9
- name: Install Arduino CMake Toolchain - name: Install Arduino CMake Toolchain
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:

View File

@@ -50,6 +50,7 @@ set(SRCFILES
NetworkLock.cpp NetworkLock.cpp
NetworkOpener.cpp NetworkOpener.cpp
networkDevices/NetworkDevice.h networkDevices/NetworkDevice.h
networkDevices/NetworkDevice.cpp
networkDevices/WifiDevice.cpp networkDevices/WifiDevice.cpp
networkDevices/W5500Device.cpp networkDevices/W5500Device.cpp
networkDevices/EthLan8720Device.cpp networkDevices/EthLan8720Device.cpp