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
+4
View File
@@ -165,6 +165,10 @@ class RepeaterHubScreen extends StatelessWidget {
value: 'lipo',
child: Text(l10n.appSettings_batteryLipo),
),
DropdownMenuItem(
value: 'lipo_hv',
child: Text(l10n.appSettings_batteryLipoHv),
),
],
),
),