Refactored

This commit is contained in:
Joe Kearney 2026-01-10 15:45:00 -06:00
parent 20a8576106
commit 0272e3a2ab
4 changed files with 388 additions and 333 deletions

View file

@ -1,8 +1,10 @@
idf_component_register(
SRCS
"Console.c"
"Commands/Log_Command.c"
INCLUDE_DIRS
"."
"./Commands"
REQUIRES
"SystemK"
"System_Events"