Initial commit: ESP32-C6 Zigbee simple light controller

This commit is contained in:
2025-08-13 13:57:04 -04:00
commit 7798e526e6
11 changed files with 4750 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES nvs_flash driver espressif__esp-zigbee-lib espressif__esp-zboss-lib)