Corrected reference to settings_local.h
This commit is contained in:
parent
48358e84d5
commit
543a7bbe21
|
@ -33,7 +33,7 @@ extern "C" {
|
||||||
#include "BLEBeacon.h"
|
#include "BLEBeacon.h"
|
||||||
#include "BLEEddystoneTLM.h"
|
#include "BLEEddystoneTLM.h"
|
||||||
#include "BLEEddystoneURL.h"
|
#include "BLEEddystoneURL.h"
|
||||||
#include "Settings_d.h"
|
#include "Settings_local.h"
|
||||||
|
|
||||||
BLEScan* pBLEScan;
|
BLEScan* pBLEScan;
|
||||||
int scanTime = singleScanTime; //In seconds
|
int scanTime = singleScanTime; //In seconds
|
||||||
|
|
Loading…
Reference in New Issue