Added Scheduler

This commit is contained in:
2025-07-20 11:52:00 -06:00
parent 5a4c91fbd3
commit ba43d22a1a
5 changed files with 1679 additions and 32 deletions

View File

@ -6,6 +6,7 @@ idf_component_register(
"plant_mqtt.c"
"led_strip.c"
"motor_control.c"
"scheduler.c"
INCLUDE_DIRS
"."
REQUIRES