mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 19:03:33 +00:00
Enable spectrum back.
This commit is contained in:
parent
b633d12d59
commit
7e3c04e259
17
app/main.c
17
app/main.c
@ -238,15 +238,14 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep)
|
||||
gRequestSaveVFO = true;
|
||||
gVfoConfigureMode = VFO_CONFIGURE_RELOAD;
|
||||
#elif defined(ENABLE_SPECTRUM)
|
||||
// #ifdef ENABLE_SPECTRUM_CHANNEL_SCAN
|
||||
// // if we are in channel mode then enter spectrum in channel mode
|
||||
// // otherwise enter spectrum in frequency mode
|
||||
// APP_RunSpectrum(IS_MR_CHANNEL(gTxVfo->CHANNEL_SAVE));
|
||||
// #elif
|
||||
// APP_RunSpectrum();
|
||||
// #endif
|
||||
// gRequestDisplayScreen = DISPLAY_MAIN;
|
||||
gRequestDisplayScreen = DISPLAY_MSG;
|
||||
#ifdef ENABLE_SPECTRUM_CHANNEL_SCAN
|
||||
// if we are in channel mode then enter spectrum in channel mode
|
||||
// otherwise enter spectrum in frequency mode
|
||||
APP_RunSpectrum(IS_MR_CHANNEL(gTxVfo->CHANNEL_SAVE));
|
||||
#elif
|
||||
APP_RunSpectrum();
|
||||
#endif
|
||||
gRequestDisplayScreen = DISPLAY_MAIN;
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user