From 95d8db56ae51da11929711d1b46e62fd6b74fe12 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 7 Apr 2018 12:03:19 +0200 Subject: [PATCH] main.h defaults --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index a532af16..305bd81a 100644 --- a/src/main.h +++ b/src/main.h @@ -9,7 +9,7 @@ // set this to include BLE counting and vendor filter functions #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 +#define BLECOUNTER 1 // comment out if you don't want BLE count // BLE scan parameters #define BLESCANCYCLE 2 // BLE scan once after each wifi scans