Skip to content

Commit

Permalink
bump firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaede committed Oct 10, 2023
1 parent 0883517 commit 84d7224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/td-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ uint8_t meter_timeout_p2 = 0;
#define SR_TILT 29

const uint8_t JVS_COMM_VER = 0x20;
const char id_str[] = "TD;TD-IO;v1.2;https://github.com/tdaede/td-io";
const char id_str[] = "TD;TD-IO;v1.3;https://github.com/tdaede/td-io";
const char JVS_COMM_SUPPORT = 0x07;
const uint JVS_COMM_SPEEDS[3] = { 115200, 1000000, 3000000 };

Expand Down

0 comments on commit 84d7224

Please sign in to comment.