From 6d29855d923f51473eb5ed847f4488ea5f3ef118 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sat, 5 Sep 2020 14:40:23 +0200 Subject: [PATCH] Update paxcounter.conf --- src/paxcounter.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/paxcounter.conf b/src/paxcounter.conf index 9ced804c..9dba11bc 100644 --- a/src/paxcounter.conf +++ b/src/paxcounter.conf @@ -15,9 +15,9 @@ #define COUNTERMODE 0 // 0=cyclic, 1=cumulative, 2=cyclic confirmed // Set this to include BLE counting and vendor filter functions, or to switch off WIFI counting -#define VENDORFILTER 0 // set to 0 if you want to all devices, not filtering smartphone OUIs -#define BLECOUNTER 1 // set it to 1 if you want to use BLE count, at expense of power & memory -#define WIFICOUNTER 0 // set it to 0 if you want to switch off WIFI count +#define VENDORFILTER 0 // set to 0 if you want to scan all devices, not filtering smartphone OUIs +#define BLECOUNTER 0 // set it to 1 if you want to use BLE count, at expense of power & memory +#define WIFICOUNTER 1 // set it to 0 if you want to switch off WIFI count // BLE scan parameters #define BLESCANTIME 0 // [seconds] scan duration, 0 means infinite [default], see note below @@ -25,11 +25,11 @@ #define BLESCANINTERVAL 80 // [illiseconds] scan interval, see below, 3 .. 10240, default 80ms = 100% duty cycle // Corona Exposure Notification Service(ENS) counter -#define COUNT_ENS 1 // count found number of devices which advertise Exposure Notification Service +#define COUNT_ENS 0 // count found number of devices which advertise Exposure Notification Service // set to 0 if you do not want to enable this function // for additional sensors (added by some user) -#define HAS_SENSOR_1 1 // set to 1 if you want to transmit CWA counter +#define HAS_SENSOR_1 0 // set to 1 if you want to transmit CWA counter #define HAS_SENSOR_2 0 // not used #define HAS_SENSOR_3 0 // not used #define HAS_SENSORS (HAS_SENSOR_1 || HAS_SENSOR_2 || HAS_SENSOR_3) // to simplify things