1
0
mirror of https://github.com/exA-Arcadia/exa-io.git synced 2024-11-24 06:30:11 +01:00

bump firmware version

This commit is contained in:
Thomas Daede 2023-10-10 01:07:17 -07:00
parent 0883517e09
commit 84d72248bf

View File

@ -88,7 +88,7 @@ uint8_t meter_timeout_p2 = 0;
#define SR_TILT 29 #define SR_TILT 29
const uint8_t JVS_COMM_VER = 0x20; 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 char JVS_COMM_SUPPORT = 0x07;
const uint JVS_COMM_SPEEDS[3] = { 115200, 1000000, 3000000 }; const uint JVS_COMM_SPEEDS[3] = { 115200, 1000000, 3000000 };