own wifi module

This commit is contained in:
2024-12-19 18:58:05 +01:00
parent 15b74c91f4
commit 0b9f5e2997
10 changed files with 137 additions and 115 deletions

View File

@ -1,7 +1,9 @@
idf_component_register(SRCS "main.c"
idf_component_register(SRCS "sntp.c" "wifi.c" "main.c"
"metrics.c"
"inputs.c"
"outputs.c"
"control.c"
"safety.c"
"wifi.c"
"sntp.c"
INCLUDE_DIRS ".")