Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Mar 2, 2024
1 parent 2a0e319 commit d5d5a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/SKIDAQ_Main/SKIDAQ_Main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ void loop()
CAN.sendMsgBuf(2, 0, 8, Normal_DAQ);
Serial.println("Normal Data Tx: " + String((char *)Normal_DAQ));
delay(150);

if (CAN_MSGAVAIL == CAN.checkReceive())
{
{
Expand Down

0 comments on commit d5d5a99

Please sign in to comment.