(WIP) adjust Battery usermod for "MM Style"

seems to work, but still needs more testing.
This commit is contained in:
Frank
2023-09-20 00:43:03 +02:00
parent e28d303d4c
commit 7425b437da
2 changed files with 30 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ void registerUsermods()
*/
//usermods.add(new MyExampleUsermod());
#ifdef USERMOD_BATTERY
usermods.add(new UsermodBattery());
usermods.add(new UsermodBattery("Battery", true));
#endif
#ifdef USERMOD_DALLASTEMPERATURE