Added serial command "system".
This commit is contained in:
parent
3939941315
commit
b0bd0ab9ec
6 changed files with 737 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue