add doxygen style comments to functions, and change function names for consistency

This commit is contained in:
lenvm 2024-12-13 17:31:19 +01:00
parent 4c4b4eef81
commit 4e3dcf159b
12 changed files with 161 additions and 40 deletions

View file

@ -104,7 +104,7 @@ void onOTAEnd(bool success);
template <typename T>
String formatPowerValue(String label, T value, String unit, int precision, String color = "white");
extern void storeSettings();
extern void store_settings();
void ota_monitor();