correction in paxcounter_orig.conf
This commit is contained in:
parent
746cb0ede2
commit
a4133d6e0a
@ -21,7 +21,7 @@
|
||||
// default settings for transmission of sensor data (first list = data on / second line = data off)
|
||||
#define PAYLOADMASK \
|
||||
((GPS_DATA | MEMS_DATA | COUNT_DATA | SENSOR1_DATA | SENSOR2_DATA | SENSOR3_DATA) & \
|
||||
& (~BATT_DATA) & (~RESERVED_DATA))
|
||||
(~BATT_DATA) & (~RESERVED_DATA))
|
||||
|
||||
// MAC sniffing parameters
|
||||
#define BLECOUNTER 1 // set to 0 if you do not want to install the BLE sniffer
|
||||
|
Loading…
Reference in New Issue
Block a user