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