写频软件

This commit is contained in:
wu58430 2023-12-05 07:39:43 +08:00
parent 42ef6feac1
commit 821912dbb9
2 changed files with 7 additions and 7 deletions

View file

@ -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)

View file

@ -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