From 4bb93b3c1057f4e07a4626aa853a610e408985be Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sat, 27 Mar 2021 23:25:54 +0100 Subject: [PATCH] libpax integration 4 (remove MAC_QUEUE_SIZE) --- src/paxcounter_orig.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paxcounter_orig.conf b/src/paxcounter_orig.conf index 629ae30c..3ce74821 100644 --- a/src/paxcounter_orig.conf +++ b/src/paxcounter_orig.conf @@ -21,7 +21,6 @@ // 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 -#define MAC_QUEUE_SIZE 50 // size of MAC processing buffer (number of MACs) [default = 50] // BLE scan parameters #define BLESCANTIME 0 // [seconds] scan duration, 0 means infinite [default], see note below