Added KEvent console command.
This commit is contained in:
parent
e3061bc443
commit
8547b74c3e
5 changed files with 124 additions and 1 deletions
|
|
@ -21,11 +21,13 @@
|
|||
*/
|
||||
|
||||
#include "esp_console.h"
|
||||
#include <KEvent_Command.h>
|
||||
#include <Log_Command.h>
|
||||
#include <System_Command.h>
|
||||
|
||||
static void register_commands()
|
||||
{
|
||||
Register_KEvent_Command();
|
||||
Register_Log_Command();
|
||||
Register_System_Command();
|
||||
esp_console_register_help_command();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue