mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Event logging in EEPROM, for now
This commit is contained in:
parent
c381b40d8a
commit
3dfbf7b436
4 changed files with 100 additions and 4 deletions
|
@ -652,6 +652,7 @@ void onOTAEnd(bool success) {
|
|||
} else {
|
||||
Serial.println("There was an error during OTA update!");
|
||||
}
|
||||
clear_event(EVENT_OTA_UPDATE);
|
||||
}
|
||||
|
||||
template <typename T> // This function makes power values appear as W when under 1000, and kW when over
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue