mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Update TESLA-BATTERY.cpp
This commit is contained in:
parent
12745d104e
commit
f7033b59d0
1 changed files with 2 additions and 2 deletions
|
@ -1152,7 +1152,7 @@ void update_values_battery() { //This function maps all the values fetched via
|
||||||
void handle_incoming_can_frame_battery(CAN_frame rx_frame) {
|
void handle_incoming_can_frame_battery(CAN_frame rx_frame) {
|
||||||
static uint8_t mux = 0;
|
static uint8_t mux = 0;
|
||||||
static uint16_t temp = 0;
|
static uint16_t temp = 0;
|
||||||
static bool cellvoltageRead = false;
|
static bool cellvoltagesRead = false;
|
||||||
|
|
||||||
switch (rx_frame.ID) {
|
switch (rx_frame.ID) {
|
||||||
case 0x352: // 850 BMS_energyStatus newer BMS
|
case 0x352: // 850 BMS_energyStatus newer BMS
|
||||||
|
@ -1813,7 +1813,7 @@ void handle_incoming_can_frame_battery(CAN_frame rx_frame) {
|
||||||
void map_can_frame_to_variable_battery2(CAN_frame rx_frame) {
|
void map_can_frame_to_variable_battery2(CAN_frame rx_frame) {
|
||||||
static uint8_t mux = 0;
|
static uint8_t mux = 0;
|
||||||
static uint16_t temp = 0;
|
static uint16_t temp = 0;
|
||||||
static bool battery2_cellvoltageRead = false;
|
static bool battery2_cellvoltagesRead = false;
|
||||||
|
|
||||||
switch (rx_frame.ID) {
|
switch (rx_frame.ID) {
|
||||||
case 0x352: // BMS_energyStatus // newer BMS >2021
|
case 0x352: // BMS_energyStatus // newer BMS >2021
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue