mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Fix panic Issue on OTA and change pause terminology
This commit is contained in:
parent
0cd0b384c3
commit
7614c0473d
2 changed files with 23 additions and 9 deletions
|
@ -102,7 +102,7 @@ void onOTAEnd(bool success);
|
|||
* @return string: values
|
||||
*/
|
||||
template <typename T>
|
||||
String formatPowerValue(String label, T value, String unit, int precision);
|
||||
String formatPowerValue(String label, T value, String unit, int precision, String color = "white");
|
||||
|
||||
extern void storeSettings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue