From f5f501cad01b71d2a0c355ddbabfae00310533d6 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Tue, 28 Mar 2017 20:14:24 -0300 Subject: [PATCH] Doubling scan time constants for new interrupt time --- IO.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IO.h b/IO.h index c635f0d..944c6a9 100644 --- a/IO.h +++ b/IO.h @@ -35,8 +35,8 @@ #define UHF2_MIN 842000000 #define UHF2_MAX 950000000 -#define SCAN_TIME 960 -#define SCAN_PAUSE 10000 +#define SCAN_TIME 1920 +#define SCAN_PAUSE 20000 extern uint32_t m_frequency_rx; extern uint32_t m_frequency_tx;