From ef09c9d7a400eff6e296309ec276f89401ef2e98 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sat, 13 Apr 2019 19:07:29 +0200 Subject: [PATCH] paxcounter.conf set WIFICOUNTER default --- src/paxcounter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paxcounter.conf b/src/paxcounter.conf index fdefdb56..f042d2cf 100644 --- a/src/paxcounter.conf +++ b/src/paxcounter.conf @@ -16,7 +16,7 @@ // Set this to include BLE counting and vendor filter functions, or to switch off WIFI counting #define VENDORFILTER 1 // set to 0 if you want to count things, not people #define BLECOUNTER 0 // set it to 1 if you want to use BLE count, at expense of power & memory -#define WIFICOUNTER 0 // set it to 0 if you want to switch off WIFI count +#define WIFICOUNTER 1 // set it to 0 if you want to switch off WIFI count // BLE scan parameters #define BLESCANTIME 0 // [seconds] scan duration, 0 means infinite [default], see note below