Version 1.0.0

Initial version.
This commit is contained in:
2024-05-28 20:19:38 +03:00
commit db2a33d47f
64 changed files with 5605 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_sensor.c" INCLUDE_DIRS "")