From 0ef522cf1bde4ece4285696d1cfdd6928d43ae7d Mon Sep 17 00:00:00 2001 From: Michael Solinski Date: Tue, 23 Mar 2021 15:52:20 +0100 Subject: [PATCH] Restated project defaults for BLECOUNTER --- src/paxcounter_orig.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/paxcounter_orig.conf b/src/paxcounter_orig.conf index 638962a7..05246eab 100644 --- a/src/paxcounter_orig.conf +++ b/src/paxcounter_orig.conf @@ -20,7 +20,7 @@ // MAC sniffing parameters #define MACFILTER 1 // set to 0 if you want to scan all devices, 1 to scan only devices with random MACs (aka smartphones) [default = 1] -#define BLECOUNTER 0 // set to 0 if you do not want to install the BLE sniffer +#define BLECOUNTER 1 // set to 0 if you do not want to install the BLE sniffer #define WIFICOUNTER 1 // set to 0 if you do not want to install the WIFI sniffer #define MAC_QUEUE_SIZE 50 // size of MAC processing buffer (number of MACs) [default = 50] @@ -30,7 +30,7 @@ #define BLESCANINTERVAL 80 // [illiseconds] scan interval, see below, 3 .. 10240, default 80ms = 100% duty cycle // Use libpax instead of default counting algorithms -#define LIBPAX 0 +#define LIBPAX 0 // set to 1 to enable libpax // Corona Exposure Notification Service(ENS) counter #define COUNT_ENS 1 // count found number of devices which advertise Exposure Notification Service