From 8e2d32b000eaeae899039db81e0336063140923a Mon Sep 17 00:00:00 2001 From: Thomas Daede Date: Thu, 23 Feb 2023 23:33:07 -0800 Subject: [PATCH] Update firmware version to 1.2 --- firmware/td-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/td-io.c b/firmware/td-io.c index f4fae0c..5f1609c 100644 --- a/firmware/td-io.c +++ b/firmware/td-io.c @@ -85,7 +85,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.1;https://github.com/tdaede/td-io"; +const char id_str[] = "TD;TD-IO;v1.2;https://github.com/tdaede/td-io"; const char JVS_COMM_SUPPORT = 0x07; const uint JVS_COMM_SPEEDS[3] = { 115200, 1000000, 3000000 };