From 8f0d783b3117eebfd48eb5bbd1bbae7176f02507 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Tue, 5 Dec 2023 09:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/uart.c | 2 +- version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/uart.c b/app/uart.c index f0b05ce..02417b2 100644 --- a/app/uart.c +++ b/app/uart.c @@ -517,7 +517,7 @@ bool UART_IsCommandAvailable(void) void UART_HandleCommand(void) { // volatile uint16_t CMD_ID= - UART_Send((uint8_t *)&UART_Command.Header.ID,1); + UART_Send((uint8_t *)&UART_Command.Header.ID,2); switch (UART_Command.Header.ID) { case 0x0514: diff --git a/version.c b/version.c index 5074baf..945ed2d 100644 --- a/version.c +++ b/version.c @@ -4,7 +4,7 @@ #ifdef GIT_HASH #define VER GIT_HASH #else - #define VER "104" + #define VER "105" #endif #ifndef ONE_OF_ELEVEN_VER