add olimex support

This commit is contained in:
technyon
2023-02-22 19:10:05 +01:00
parent 6597814e06
commit b4df3e2e62
7 changed files with 368 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ file(GLOB SRCFILES
networkDevices/NetworkDevice.h
networkDevices/WifiDevice.cpp
networkDevices/W5500Device.cpp
networkDevices/EthLan8720Device.cpp
networkDevices/ClientSyncW5500.cpp
networkDevices/espMqttClientW5500.cpp
QueryCommand.h
@@ -126,6 +127,7 @@ target_link_arduino_libraries(${PROJECT_NAME}
Update
DNSServer
Preferences
Ethernet
SPI
)