Added Wifi
Seems to be working. It's 90% the same code as the examples
This commit is contained in:
4
components/wifi/CMakeLists.txt
Normal file
4
components/wifi/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "wifi.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES driver esp_wifi
|
||||
)
|
||||
Reference in New Issue
Block a user