From 81f18aa2811f1c81b6c80a7a0026a892cc29a999 Mon Sep 17 00:00:00 2001 From: Krzysiek Egzmont Date: Thu, 5 Oct 2023 15:10:12 +0200 Subject: [PATCH] build errors fix --- Makefile | 2 +- app/spectrum.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();