initial w5500 support

This commit is contained in:
technyon
2022-04-26 22:12:52 +02:00
parent 2a1f5facf9
commit 677f7e56c8
11 changed files with 314 additions and 71 deletions

View File

@@ -17,7 +17,11 @@ include_directories(${PROJECT_NAME}
file(GLOB SRCFILES
# "Lib/FreeRTOS/src/*.c"
# "Lib/FreeRTOS/src/*.cpp"
Pins.h
Network.cpp
networkDevices/NetworkDevice.h
networkDevices/WifiDevice.cpp
networkDevices/W5500Device.cpp
NukiWrapper.cpp
MqttTopics.h
WebCfgServer.cpp
@@ -59,6 +63,7 @@ target_link_arduino_libraries(${PROJECT_NAME}
DNSServer
Preferences
SPIFFS
Ethernet
# esp32
# Wire
# FS