build errors fix

This commit is contained in:
Krzysiek Egzmont 2023-10-05 15:10:12 +02:00
parent 410c0e47cb
commit 81f18aa281
2 changed files with 2 additions and 2 deletions

View File

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

View File

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