Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tunefs committed Feb 15, 2022
1 parent d789117 commit 564998d
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 @@ -968,7 +968,7 @@ class state_controller {
heartbeat_led = !heartbeat_led;
}
void poll_10s() {
uint8_t buf[8]{'1', '0', '1'};
uint8_t buf[8]{'1', '0', '2'}; // version
can.send(CANMessage{0x203, buf});
}
I2C i2c{PB_7, PB_6};
Expand Down

0 comments on commit 564998d

Please sign in to comment.