mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Fix fetching individual cell voltage - formatting
This commit is contained in:
parent
8a9b482109
commit
5209131a85
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ void send_can_battery() {
|
|||
if (current_cell_polled > 96) {
|
||||
datalayer.battery.info.number_of_cells = 97;
|
||||
cmdState = CELL_VOLTAGE_CELLNO_LAST;
|
||||
} else {
|
||||
} else {
|
||||
cmdState = CELL_VOLTAGE_CELLNO;
|
||||
|
||||
BMW_6F4_CELL_VOLTAGE_CELLNO.data.u8[6] = current_cell_polled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue