initial commit
This commit is contained in:
9
components/esp_wifi_bsp/CMakeLists.txt
Normal file
9
components/esp_wifi_bsp/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
idf_component_register(
|
||||
SRCS "esp_wifi_bsp.c"
|
||||
|
||||
PRIV_REQUIRES
|
||||
esp_event
|
||||
nvs_flash
|
||||
REQUIRES
|
||||
esp_wifi
|
||||
INCLUDE_DIRS "./")
|
||||
Reference in New Issue
Block a user