From e297310a25de9eef7a83ac1eff00b15f241b7f37 Mon Sep 17 00:00:00 2001 From: pascallanger Date: Tue, 15 Oct 2019 20:00:45 +0200 Subject: [PATCH] Update Scanner_cc2500.ino --- Multiprotocol/Scanner_cc2500.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiprotocol/Scanner_cc2500.ino b/Multiprotocol/Scanner_cc2500.ino index 3210c80..7f7cdc7 100644 --- a/Multiprotocol/Scanner_cc2500.ino +++ b/Multiprotocol/Scanner_cc2500.ino @@ -20,7 +20,7 @@ #define SCAN_MAX_RADIOCHANNEL 249 // 2483 MHz #define SCAN_CHANNEL_LOCK_TIME 210 // with precalibration, channel requires only 90 usec for synthesizer to settle #define SCAN_AVERAGE_INTVL 20 -#define SCAN_MAX_COUNT 5 +#define SCAN_MAX_COUNT 10 #define SCAN_CHANS_PER_PACKET 5 static uint8_t scan_tlm_index;