libpax integration 4 (remove MAC_QUEUE_SIZE)

This commit is contained in:
cyberman54 2021-03-27 23:25:54 +01:00
parent b2d6bb7dcc
commit 4bb93b3c10

View File

@ -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