Fix panic Issue on OTA and change pause terminology

This commit is contained in:
amarofarinha 2024-09-29 09:16:34 +01:00
parent 0cd0b384c3
commit 7614c0473d
2 changed files with 23 additions and 9 deletions

View file

@ -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();