init: initial commit

This commit is contained in:
2026-05-13 14:44:38 +02:00
commit 3fc50e797d
26 changed files with 4845 additions and 0 deletions
+12
View File
@@ -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
)