main.h: removed BLESCANCYCLE

This commit is contained in:
Klaus K Wilting 2018-04-15 01:21:13 +02:00
parent e4afdf6c77
commit 342f135d41

View File

@ -12,7 +12,6 @@
#define BLECOUNTER 1 // comment out if you don't want BLE count
// BLE scan parameters
#define BLESCANCYCLE 2 // BLE scan once after each <BLECYCLE> wifi scans
#define BLESCANTIME 11 // [seconds] scan duration, see note below
#define BLESCANWINDOW 10 // [milliseconds] scan window, see below, 3 .. 10240, default 10
#define BLESCANINTERVAL 10 // [milliseconds] how long to wait between scans, 3 .. 10240, default 10