Skip to content

Commit

Permalink
Version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MIURA Yasuyuki committed Mar 17, 2024
1 parent ac5287f commit 635de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ class state_controller { // Variables Implemented
watchdog.kick();
}
void poll_10s() {
uint8_t buf[8]{'2', '0', '3'}; // version
uint8_t buf[8]{'2', '1', '0'}; // version
can.send(CANMessage{0x203, buf});
}
can_driver can;
Expand Down

0 comments on commit 635de87

Please sign in to comment.