Skip to content

Commit

Permalink
Update TESLA-MODEL-3-BATTERY.cpp
Browse files Browse the repository at this point in the history
Fix sending of 221 message
  • Loading branch information
dalathegreat authored Sep 13, 2023
1 parent aa51118 commit 120fa9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Software/TESLA-MODEL-3-BATTERY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,9 @@ void send_can_tesla_model_3_battery()
{
previousMillis30 = currentMillis;

if(packCtrsClosingAllowed)
{
ESP32Can.CANWriteFrame(&TESLA_221_1);

ESP32Can.CANWriteFrame(&TESLA_221_2);
}

}
//Send 10ms message
Expand Down

0 comments on commit 120fa9b

Please sign in to comment.