mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Factoring changes
This commit is contained in:
parent
6d96808de4
commit
ad215a0a06
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue