From 1c0ac2f1f5b4b0d7692dcf04b9f090325b6dee0c Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Sat, 5 Oct 2019 15:26:03 +0100 Subject: [PATCH] fixed XVTR rx LO save bug --- band.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/band.c b/band.c index f47a96c..3c0eeef 100644 --- a/band.c +++ b/band.c @@ -451,7 +451,7 @@ void bandSaveState() { setProperty(name,value); sprintf(value,"%lld",bands[b].frequencyLO); - sprintf(name,"band.%d.txFrequencyLO",b); + sprintf(name,"band.%d.frequencyLO",b); setProperty(name,value); sprintf(value,"%lld",bands[b].errorLO); -- 2.45.2