Update paxcounter.conf
set to standard-values
This commit is contained in:
parent
f1bf16bd74
commit
ec54f3e2e3
@ -24,11 +24,11 @@
|
|||||||
#define BLESCANWINDOW 80 // [milliseconds] scan window, see below, 3 .. 10240, default 80ms
|
#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 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)
|
#define COUNT_CWA 0 // count found copies of the Corona Warn App (CWA)
|
||||||
// uncomment this line if you do not want to count these apps
|
// set to 0 if you do not want to count these apps
|
||||||
|
|
||||||
// for additional sensors (added by some user)
|
// 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_2 0 // not used
|
||||||
#define HAS_SENSOR_3 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
|
#define HAS_SENSORS (HAS_SENSOR_1 || HAS_SENSOR_2 || HAS_SENSOR_3) // to simplify things
|
||||||
|
Loading…
Reference in New Issue
Block a user