Refactor http out of main

This commit is contained in:
2025-07-09 23:46:52 -06:00
parent 504003e2ba
commit 0cf8b998f7
4 changed files with 518 additions and 330 deletions

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "maxxfan-controller.c" "motor_control.c" "state_manager.c" "wifi_manager.c"
idf_component_register(SRCS "maxxfan-controller.c" "motor_control.c" "state_manager.c" "wifi_manager.c" "http_server.c"
INCLUDE_DIRS ".")