Added KEvent console command.

This commit is contained in:
Joe Kearney 2026-03-01 16:09:51 -06:00
parent e3061bc443
commit 8547b74c3e
5 changed files with 124 additions and 1 deletions

View file

@ -2,6 +2,7 @@ idf_component_register(
SRCS
"Console.c"
"Commands/Log_Command.c"
"Commands/KEvent_Command.c"
"Commands/System_Command.c"
INCLUDE_DIRS
"."