This commit is contained in:
wu58430 2023-12-05 09:03:31 +08:00
parent 06140ee13c
commit 8f0d783b31
2 changed files with 2 additions and 2 deletions

View file

@ -517,7 +517,7 @@ bool UART_IsCommandAvailable(void)
void UART_HandleCommand(void) void UART_HandleCommand(void)
{ {
// volatile uint16_t CMD_ID= // 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) switch (UART_Command.Header.ID)
{ {
case 0x0514: case 0x0514:

View file

@ -4,7 +4,7 @@
#ifdef GIT_HASH #ifdef GIT_HASH
#define VER GIT_HASH #define VER GIT_HASH
#else #else
#define VER "104" #define VER "105"
#endif #endif
#ifndef ONE_OF_ELEVEN_VER #ifndef ONE_OF_ELEVEN_VER