Added some wifi code, not tested yet, but must be merged with master first for updates from there

This commit is contained in:
Matthias Mitscherlich
2023-01-13 14:51:45 +01:00
parent 2b58f0e8a0
commit d4328e8c68
4 changed files with 106 additions and 3693 deletions
+5 -1
View File
@@ -2,8 +2,12 @@
# for more information about component CMakeLists.txt files.
idf_component_register(
SRCS main.c # list the source files of this component
SRCS # list the source files of this component
"main.cpp"
"gpio.cpp"
"wifi.cpp"
INCLUDE_DIRS # optional, add here public include directories
"inc"
PRIV_INCLUDE_DIRS # optional, add here private include directories
REQUIRES # optional, list the public requirements (component names)
PRIV_REQUIRES # optional, list the private requirements