boiler energy counter, stored in nvs

This commit is contained in:
MichaelDvP
2023-09-03 17:53:48 +02:00
parent 4c1b66279d
commit bd92345793
11 changed files with 173 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ class System {
std::string reset_reason(uint8_t cpu) const;
void store_boiler_energy();
void system_restart();
void format(uuid::console::Shell & shell);
void upload_status(bool in_progress);