mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Fix compilation error
This commit is contained in:
parent
ae251b7779
commit
9792b2567a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void send_can_sma() {
|
|||
|
||||
// Send CAN Message every 100ms
|
||||
if (currentMillis - previousMillis100ms >= interval100ms) {
|
||||
previousMillis1s = currentMillis;
|
||||
previousMillis100ms = currentMillis;
|
||||
|
||||
ESP32Can.CANWriteFrame(&SMA_558);
|
||||
ESP32Can.CANWriteFrame(&SMA_598);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue