added back format console command

This commit is contained in:
proddy
2020-07-08 19:14:47 +02:00
parent 8a413b19de
commit ca130576fd
3 changed files with 57 additions and 18 deletions

View File

@@ -43,6 +43,7 @@ class System {
void loop();
static void restart();
static void format(uuid::console::Shell & shell);
static uint8_t free_mem();
void syslog_init();
void set_heartbeat(bool system_heartbeat);