diff --git a/Makefile b/Makefile index 1d3022a..e129f22 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ENABLE_NOAA := 0 ENABLE_VOICE := 0 ENABLE_VOX := 1 ENABLE_ALARM := 0 -ENABLE_TX1750 := 1 +ENABLE_TX1750 := 0 ENABLE_BIG_FREQ := 1 ENABLE_SMALL_BOLD := 1 ENABLE_KEEP_MEM_NAME := 1 diff --git a/app/spectrum.c b/app/spectrum.c index aa59a3b..9d00b86 100644 --- a/app/spectrum.c +++ b/app/spectrum.c @@ -1166,7 +1166,7 @@ static void Tick() { void APP_RunSpectrum() { // TX here coz it always? set to active VFO currentFreq = initialFreq = - gEeprom.VfoInfo[gEeprom.TX_CHANNEL].pRX->Frequency; + gEeprom.VfoInfo[gEeprom.TX_VFO].pRX->Frequency; BackupRegisters();