HACK: Set “Mains” type for BMS and Main

Change-Id: I44dc3743c3a5126b171aa8db1c90b00b8bb13024
This commit is contained in:
Erfan Abdi 2020-06-17 23:27:15 +04:30 committed by TheKit
parent c9bb59904d
commit 59e27f4ecc

View file

@ -45,7 +45,7 @@ static const char * const power_supply_type_text[] = {
"USB_DCP", "USB_CDP", "USB_ACA", "USB_C",
"USB_PD", "USB_PD_DRP", "BrickID",
"USB_HVDCP", "USB_HVDCP_3", "USB_HVDCP_3P5", "Wireless", "USB_FLOAT",
"BMS", "Parallel", "Main", "USB_C_UFP", "USB_C_DFP",
"Mains", "Parallel", "Mains", "USB_C_UFP", "USB_C_DFP",
"Charge_Pump",
};