(WIP) adjust Battery usermod for "MM Style"
seems to work, but still needs more testing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user