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

@ -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();