Skip to content

Commit

Permalink
Tweak 7E4 bit0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat committed Dec 6, 2024
1 parent f68fec5 commit 257ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/battery/BOLT-AMPERA-BATTERY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CAN_frame BOLT_POLL_7E4 = {.FD = false,
.ext_ID = false,
.DLC = 8,
.ID = 0x7E4,
.data = {0x02, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}};
.data = {0x01, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}};

static uint16_t battery_cell_voltages[96]; //array with all the cellvoltages
static uint16_t battery_capacity_my17_18 = 0;
Expand Down

0 comments on commit 257ee27

Please sign in to comment.