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
42ef6feac1
commit
821912dbb9
2 changed files with 7 additions and 7 deletions
12
functions.c
12
functions.c
|
@ -225,12 +225,12 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
|
||||||
|
|
||||||
BK4819_send_MDC1200(1, 0x80, gEeprom.MDC1200_ID, true);
|
BK4819_send_MDC1200(1, 0x80, gEeprom.MDC1200_ID, true);
|
||||||
|
|
||||||
#ifdef ENABLE_MDC1200_SIDE_BEEP
|
//#ifdef ENABLE_MDC1200_SIDE_BEEP
|
||||||
BK4819_start_tone(880, 10, true, true);
|
// BK4819_start_tone(880, 10, true, true);
|
||||||
SYSTEM_DelayMs(120);
|
// SYSTEM_DelayMs(120);
|
||||||
BK4819_stop_tones(true);
|
// BK4819_stop_tones(true);
|
||||||
#endif
|
//#endif
|
||||||
}
|
// }
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
if (gCurrentVfo->DTMF_PTT_ID_TX_MODE == PTT_ID_APOLLO)
|
if (gCurrentVfo->DTMF_PTT_ID_TX_MODE == PTT_ID_APOLLO)
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
const char Version[] = "OEFW-"VER;
|
const char Version[] = "OEFW-"VER;
|
||||||
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n";
|
||||||
#else
|
#else
|
||||||
const char Version[] = "RUBO"VER;
|
const char Version[] = "LOSEHU"VER;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue