add restart other command to change partition #1657

This commit is contained in:
MichaelDvP
2024-03-13 16:03:28 +01:00
parent e00c30cd4f
commit 8dfc84eac2
5 changed files with 44 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ class System {
std::string reset_reason(uint8_t cpu) const;
void store_nvs_values();
void system_restart();
void system_restart(const bool other_partition = false);
void format(uuid::console::Shell & shell);
void upload_status(bool in_progress);
bool upload_status();