mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Tweak array size for cells
This commit is contained in:
parent
1919aeeab5
commit
c9cbd16cf1
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ class NissanLeafBattery : public CanBattery {
|
|||
uint8_t group_7bb = 0;
|
||||
bool stop_battery_query = true;
|
||||
uint8_t hold_off_with_polling_10seconds = 2; //Paused for 20 seconds on startup
|
||||
uint16_t battery_cell_voltages[97]; //array with all the cellvoltages
|
||||
bool battery_balancing_shunts[97]; //array with all the balancing resistors
|
||||
uint16_t battery_cell_voltages[96]; //array with all the cellvoltages
|
||||
bool battery_balancing_shunts[96]; //array with all the balancing resistors
|
||||
uint8_t battery_cellcounter = 0;
|
||||
uint16_t battery_min_max_voltage[2]; //contains cell min[0] and max[1] values in mV
|
||||
uint16_t battery_HX = 0; //Internal resistance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue