Skip to content

Commit 52020cb

Browse files
committed
CP fix
1 parent d33651c commit 52020cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usermods/Battery/usermod_v2_Battery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class UsermodBattery : public Usermod
124124
if(cfg.type == (batteryType)lipo) {
125125
bat = new LipoUMBattery();
126126
} else if(cfg.type == (batteryType)lion) {
127-
bat = new LipoUMBattery();
127+
bat = new LionUMBattery();
128128
}
129129

130130
// update the choosen battery type with configured values

0 commit comments

Comments
 (0)