mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
add doxygen style comments to functions, and change function names for consistency
This commit is contained in:
parent
4c4b4eef81
commit
4e3dcf159b
12 changed files with 161 additions and 40 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue