Added serial command "system".

This commit is contained in:
Joe Kearney 2026-01-16 18:42:06 -06:00
parent 3939941315
commit b0bd0ab9ec
6 changed files with 737 additions and 2 deletions

View file

@ -22,10 +22,12 @@
#include "esp_console.h"
#include <Log_Command.h>
#include <System_Command.h>
static void register_commands()
{
Register_Log_Command();
Register_System_Command();
esp_console_register_help_command();
}