removed productname
This commit is contained in:
parent
c30ee996be
commit
ad6a7b3ade
@ -6,8 +6,6 @@
|
|||||||
//
|
//
|
||||||
// Note: After editing, before "build", use "clean" button in PlatformIO!
|
// Note: After editing, before "build", use "clean" button in PlatformIO!
|
||||||
|
|
||||||
#define PRODUCTNAME "PAXCNT"
|
|
||||||
|
|
||||||
// Verbose enables serial output
|
// Verbose enables serial output
|
||||||
#define VERBOSE 1 // set to 0 to silence the device, for mute use build option
|
#define VERBOSE 1 // set to 0 to silence the device, for mute use build option
|
||||||
|
|
||||||
@ -18,7 +16,7 @@
|
|||||||
|
|
||||||
// Set this to include BLE counting and vendor filter functions, or to switch off WIFI counting
|
// 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 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 BLECOUNTER 1 // set it to 1 if you want to use BLE count, at expense of power & memory
|
||||||
#define WIFICOUNTER 1 // 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
|
// BLE scan parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user