Added KEvent console command.
This commit is contained in:
parent
e3061bc443
commit
8547b74c3e
5 changed files with 124 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ idf_component_register(
|
|||
SRCS
|
||||
"Console.c"
|
||||
"Commands/Log_Command.c"
|
||||
"Commands/KEvent_Command.c"
|
||||
"Commands/System_Command.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue