Skip to content

Commit

Permalink
Version 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tunefs committed Jul 12, 2022
1 parent d2877f4 commit b5ed1f6
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 @@ -1089,7 +1089,7 @@ class state_controller {
watchdog.kick();
}
void poll_10s() {
uint8_t buf[8]{'1', '1', '2'}; // version
uint8_t buf[8]{'1', '1', '4'}; // version
can.send(CANMessage{0x203, buf});
}
can_driver can;
Expand Down

0 comments on commit b5ed1f6

Please sign in to comment.