Update First character sent for config frame
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 16 Sep 2024 17:56:10 +0000 (19:56 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 16 Sep 2024 17:56:10 +0000 (19:56 +0200)
v10/main.c

index eb66dac..6f60cbb 100644 (file)
@@ -664,7 +664,7 @@ int main(void)
                }
                if (usb_send_config == 1) {
                        char* conf = (char*)&sc_conf;
-                       serial_write(UART0, "C", 1);
+                       serial_write(UART0, "@", 1);
                        serial_write(UART0, conf, sizeof(struct scialys_config));
                        usb_send_config = 0;
                }