Merge branch 'wifi'

This commit is contained in:
Matthias Mitscherlich
2023-01-13 14:55:22 +01:00
8 changed files with 1900 additions and 0 deletions
+7
View File
@@ -2,9 +2,16 @@
# for more information about component CMakeLists.txt files.
idf_component_register(
<<<<<<< HEAD
SRCS # list the source files of this component
"main.cpp"
"src/gpio.cpp"
=======
SRCS # list the source files of this component
"main.cpp"
"gpio.cpp"
"wifi.cpp"
>>>>>>> wifi
INCLUDE_DIRS # optional, add here public include directories
"inc"
PRIV_INCLUDE_DIRS # optional, add here private include directories