fixes that made it work
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "esp_wifi_bsp.c"
|
||||
|
||||
PRIV_REQUIRES
|
||||
esp_event
|
||||
nvs_flash
|
||||
REQUIRES
|
||||
esp_wifi
|
||||
INCLUDE_DIRS "./")
|
||||
SRCS "esp_wifi_bsp.c"
|
||||
REQUIRES esp_wifi
|
||||
PRIV_REQUIRES esp_event nvs_flash
|
||||
INCLUDE_DIRS "./")
|
||||
|
||||
Reference in New Issue
Block a user