reset reason to system info

This commit is contained in:
MichaelDvP
2021-10-18 11:25:41 +02:00
parent 6582ba6317
commit 4d5f588748
2 changed files with 40 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class System {
static bool command_settings(const char * value, const int8_t id, JsonObject & json);
static bool command_commands(const char * value, const int8_t id, JsonObject & json);
const std::string reset_reason(uint8_t cpu);
void system_restart();
void format(uuid::console::Shell & shell);
void upload_status(bool in_progress);