First working externalized server.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:29 +01:00
parent f189d35932
commit ebb6ec68c2
9 changed files with 59 additions and 152 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "wifi_connect.c" "main.cpp"
INCLUDE_DIRS ".")
idf_component_register(SRCS "main.cpp" "WebInterface.cpp"
INCLUDE_DIRS ".")