From d2ee10f40a0afe78d1eecc410abdf068144cac11 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sun, 30 Jan 2022 15:29:52 +0100 Subject: [PATCH] update paxcounter_orig.conf --- src/paxcounter_orig.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/paxcounter_orig.conf b/src/paxcounter_orig.conf index ecd4f948..ee6584d2 100644 --- a/src/paxcounter_orig.conf +++ b/src/paxcounter_orig.conf @@ -18,6 +18,11 @@ #define PAYLOAD_ENCODER 2 // payload encoder: 1=Plain, 2=Packed, 3=Cayenne LPP dynamic, 4=Cayenne LPP packed #define COUNTERMODE 0 // 0=cyclic, 1=cumulative, 2=cyclic confirmed +// 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)) + // MAC sniffing parameters #define BLECOUNTER 1 // set to 0 if you do not want to install the BLE sniffer #define WIFICOUNTER 1 // set to 0 if you do not want to install the WIFI sniffer