Extracts networking.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:29 +01:00
parent ebb6ec68c2
commit b110a28d20
4 changed files with 28 additions and 14 deletions

View File

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