Add high voltage LiPo battery chemistry option

This commit is contained in:
Hacuchino-hash
2026-08-06 08:58:47 -05:00
parent 98f6cf3745
commit 3a08f52fd4
23 changed files with 72 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ BatteryVoltageRange batteryVoltageRange(String chemistry) {
return (minMv: 2600, maxMv: 3650);
case 'lipo':
return (minMv: 3000, maxMv: 4200);
case 'lipo_hv':
return (minMv: 3000, maxMv: 4350);
case 'nmc':
default:
return (minMv: 3000, maxMv: 4200);