Version 1.0.0

Initial version.
This commit is contained in:
2024-06-06 11:43:20 +03:00
commit 56c34dceb9
94 changed files with 5948 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

@ -0,0 +1,2 @@
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "zh_espnow_switch.c" INCLUDE_DIRS "")