Version 1.0.0

Initial version.
This commit is contained in:
2024-06-07 12:30:44 +03:00
commit c226b28a6a
52 changed files with 4496 additions and 0 deletions

View File

@ -0,0 +1,6 @@
if(${IDF_TARGET} STREQUAL esp8266)
set(requires zh_vector)
else()
set(requires zh_vector esp_timer esp_wifi)
endif()
idf_component_register(SRCS "zh_network.c" INCLUDE_DIRS "include" REQUIRES ${requires})