Implement WiFi networking
This commit is contained in:
5
components/wifi/CMakeLists.txt
Normal file
5
components/wifi/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "wifi.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES esp_event esp_system esp_wifi settings
|
||||
)
|
||||
Reference in New Issue
Block a user