Update paxcounter.conf

added: CWA-handling
This commit is contained in:
August Quint 2020-09-01 11:48:19 +02:00 committed by GitHub
parent dcc26a6c9e
commit d36579c8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,15 @@
#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
// 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_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
/* Note: guide for setting bluetooth parameters
*
* |< Scan Window > |< Scan Window > | ... |< Scan Window > |