We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33651c commit 52020cbCopy full SHA for 52020cb
usermods/Battery/usermod_v2_Battery.h
@@ -124,7 +124,7 @@ class UsermodBattery : public Usermod
124
if(cfg.type == (batteryType)lipo) {
125
bat = new LipoUMBattery();
126
} else if(cfg.type == (batteryType)lion) {
127
- bat = new LipoUMBattery();
+ bat = new LionUMBattery();
128
}
129
130
// update the choosen battery type with configured values
0 commit comments