From ec54f3e2e3bbfee7aead30fe9b6e3860d534a63e Mon Sep 17 00:00:00 2001 From: August Quint <49277349+AugustQu@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:30:27 +0200 Subject: [PATCH] Update paxcounter.conf set to standard-values --- src/paxcounter.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/paxcounter.conf b/src/paxcounter.conf index b220126e..60bfc361 100644 --- a/src/paxcounter.conf +++ b/src/paxcounter.conf @@ -24,11 +24,11 @@ #define BLESCANWINDOW 80 // [milliseconds] scan window, see below, 3 .. 10240, default 80ms #define BLESCANINTERVAL 80 // [illiseconds] scan interval, see below, 3 .. 10240, default 80ms = 100% duty cycle -#define COUNT_CWA 1 // count found copies of the Corona Warn App (CWA) - // uncomment this line if you do not want to count these apps +#define COUNT_CWA 0 // count found copies of the Corona Warn App (CWA) + // set to 0 if you do not want to count these apps // for additional sensors (added by some user) -#define HAS_SENSOR_1 1 // needed because we use SENSOR1_DATA for the CWA-data +#define HAS_SENSOR_1 0 // set to 1 if you want to count CWAs #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