init: initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
idf_component_register(
|
||||
SRCS "src/provisioning.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES
|
||||
network_provisioning
|
||||
esp_wifi
|
||||
esp_event
|
||||
nvs_flash
|
||||
config_store
|
||||
led_indicator
|
||||
bt
|
||||
)
|
||||
Reference in New Issue
Block a user