implement EthWebServer
This commit is contained in:
@@ -30,6 +30,7 @@ file(GLOB SRCFILES
|
||||
Version.h
|
||||
webserver/AbstractWebServer.h
|
||||
webserver/EthWebServer.cpp
|
||||
webserver/WifiWebServer.cpp
|
||||
lib/ESP32_BLE_Arduino-1.0.1/src/*.cpp
|
||||
lib/ESP32_BLE_Arduino-1.0.1/src/*.h
|
||||
lib/WiFiManager/WiFiManager.cpp
|
||||
@@ -54,7 +55,7 @@ add_executable(${PROJECT_NAME}
|
||||
main.cpp
|
||||
${SRCFILES}
|
||||
${SRCFILESREC}
|
||||
webserver/EthWebServer.cpp webserver/EthWebServer.h)
|
||||
)
|
||||
|
||||
# Arduino.h is included in hello_world.cpp, so link with Arduino core
|
||||
target_link_arduino_libraries(${PROJECT_NAME}
|
||||
|
||||
Reference in New Issue
Block a user