Don't use AM fix for USB/BYP/RAW

This commit is contained in:
Krzysiek Egzmont
2023-11-03 12:18:31 +01:00
parent 8c9bdaacbc
commit 21535c9ca0
2 changed files with 4 additions and 4 deletions

View File

@@ -638,7 +638,7 @@ void UI_DisplayMain(void)
#endif
#if defined(ENABLE_AM_FIX) && defined(ENABLE_AM_FIX_SHOW_DATA)
if (rx && gEeprom.VfoInfo[gEeprom.RX_VFO].Modulation != MODULATION_FM && gSetting_AM_fix)
if (rx && gEeprom.VfoInfo[gEeprom.RX_VFO].Modulation == MODULATION_AM && gSetting_AM_fix)
{
if (gScreenToDisplay != DISPLAY_MAIN ||
gDTMF_CallState != DTMF_CALL_STATE_NONE)