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
+15
View File
@@ -0,0 +1,15 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES
nvs_flash
esp_wifi
esp_event
esp_netif
mdns
config_store
provisioning
ble_scanner
mqtt_publisher
led_indicator
)