Skip to content

Commit

Permalink
Fix: Wenn keine SE, dann Serial > 2 ignorieren
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-man committed Dec 31, 2024
1 parent 33eef19 commit 8f1c708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BscSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,11 @@ void BscSerial::cyclicRun()
usleep(50);
setRxTxEnable(2, serialRxTx_RxTxDisable);
}
//Workaround ENDE

setSerialBaudrate(serialDeviceNr); //Baudrate wechseln
}
else continue;

uint8_t *u8_pBmsFilterErrorCounter = getBmsFilterErrorCounter(i);

Expand Down

0 comments on commit 8f1c708

Please # to comment.