From f360afbfbaa4afd9fd8acfcc9c8ac882f4d9ef07 Mon Sep 17 00:00:00 2001 From: Egor Shitikov Date: Thu, 1 Aug 2024 12:46:39 -0700 Subject: [PATCH] standard logic --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a0d0b83..f1d98da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,8 +27,8 @@ #define FREQ_END 950 // Feature to scan diapazones. Other frequency settings will be ignored. -//int SCAN_DIAPAZONES[] = {}; -int SCAN_DIAPAZONES[] = {850890, 920950}; +int SCAN_DIAPAZONES[] = {}; +//int SCAN_DIAPAZONES[] = {850890, 920950}; // MHZ per page // to put everething into one page set RANGE_PER_PAGE = FREQ_END - 800