mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
写频
This commit is contained in:
parent
06140ee13c
commit
8f0d783b31
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#ifdef GIT_HASH
|
||||
#define VER GIT_HASH
|
||||
#else
|
||||
#define VER "104"
|
||||
#define VER "105"
|
||||
#endif
|
||||
|
||||
#ifndef ONE_OF_ELEVEN_VER
|
||||
|
|
Loading…
Reference in a new issue