diff --git a/src/macsniff.cpp b/src/macsniff.cpp index faf5f583..ac037e28 100644 --- a/src/macsniff.cpp +++ b/src/macsniff.cpp @@ -50,7 +50,7 @@ bool mac_add(uint8_t *paddr, int8_t rssi, bool sniff_type) { uint16_t hashedmac; // temporary buffer for generated hash value uint32_t addr2int; // temporary buffer for shortened MAC #ifdef VENDORFILTER - uinit32_t vendor2int; // temporary buffer for Vendor OUI + uint32_t vendor2int; // temporary buffer for Vendor OUI #endif // only last 3 MAC Address bytes are used for MAC address anonymization diff --git a/src/paxcounter.conf b/src/paxcounter.conf index aef4c46b..bcecc56d 100644 --- a/src/paxcounter.conf +++ b/src/paxcounter.conf @@ -12,7 +12,7 @@ #define PAYLOAD_ENCODER 2 // payload encoder: 1=Plain, 2=Packed, 3=CayenneLPP dynamic, 4=CayenneLPP packed // Set this to include BLE counting and vendor filter functions -//#define VENDORFILTER 1 // comment out if you want to count things, not people +#define VENDORFILTER 1 // comment out if you want to count things, not people #define BLECOUNTER 1 // comment out if you don't want BLE count, saves power & memory // BLE scan parameters