Init commit

This commit is contained in:
2026-07-15 20:32:20 +03:00
commit 948ae56f77
23 changed files with 2108 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
idf_component_register(
SRCS "web_server.c"
INCLUDE_DIRS "include"
REQUIRES
device_list
esp_http_server
ping
)