From: John Melton G0ORX/N6LYT Date: Thu, 28 Dec 2017 17:26:49 +0000 (+0000) Subject: fix US 60mtr channels X-Git-Url: https://git.rkrishnan.org/%5B/simplejson?a=commitdiff_plain;h=5e42de1231c5fdc814428cb3a68568d6849901e1;p=pihpsdr.git fix US 60mtr channels --- diff --git a/frequency.c b/frequency.c index 98cbdf9..a716b84 100644 --- a/frequency.c +++ b/frequency.c @@ -413,8 +413,10 @@ char* getFrequencyInfo(long long frequency,int filter_low,int filter_high) { if(info->band==band60) { int i; for(i=0;i=band_channels_60m[i].frequency && fhigh<=(band_channels_60m[i].frequency+band_channels_60m[i].width)) { + if(flow>=low_freq && fhigh<=hi_freq) { result=info->info; break; }