Skip to content

Commit

Permalink
Update paxcounter.conf
Browse files Browse the repository at this point in the history
added: CWA-handling
  • Loading branch information
AugustQu authored Sep 1, 2020
1 parent c8ce0d1 commit a71de2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/paxcounter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 > |
Expand Down

0 comments on commit a71de2d

Please sign in to comment.