Factoring changes

This commit is contained in:
josiahhiggs 2024-12-22 18:35:48 +13:00
parent 6d96808de4
commit ad215a0a06
2 changed files with 3 additions and 4 deletions

View file

@ -48,7 +48,7 @@ static uint16_t battery_nominal_full_pack_energy_m0 = 600; // Kwh
//0x132 306 HVBattAmpVolt
static uint16_t battery_volts = 0; // V
static int16_t battery_amps = 0; // A
static int16_t battery_raw_amps = 0; // A
static int16_t battery_raw_amps = 0; // A
static uint16_t battery_charge_time_remaining = 0; // Minutes
//0x252 594 BMS_powerAvailable
static uint16_t BMS_maxRegenPower = 0; //rename from battery_regenerative_limit
@ -432,7 +432,7 @@ static uint16_t battery2_nominal_full_pack_energy_m0 = 600; // Kwh
//0x132 306 HVBattAmpVolt
static uint16_t battery2_volts = 0; // V
static int16_t battery2_amps = 0; // A
static int16_t battery2_raw_amps = 0; // A
static int16_t battery2_raw_amps = 0; // A
static uint16_t battery2_charge_time_remaining = 0; // Minutes
//0x252 594 BMS_powerAvailable
static uint16_t BMS2_regenerative_limit = 0;