Updated version in main sketch comments.
This commit is contained in:
parent
2a68c8b8a5
commit
1668697a45
|
@ -7,3 +7,5 @@ Settings_local.h
|
||||||
.dblite
|
.dblite
|
||||||
include/
|
include/
|
||||||
Settings_*.h
|
Settings_*.h
|
||||||
|
.pio/*
|
||||||
|
.vscode/*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
ESP32 Bluetooth Low Energy presence detection, for use with MQTT.
|
ESP32 Bluetooth Low Energy presence detection, for use with MQTT.
|
||||||
|
|
||||||
Version 0.0.5
|
Version 0.0.6
|
||||||
|
|
||||||
Major thank you to the following contributors for their efforts:
|
Major thank you to the following contributors for their efforts:
|
||||||
|
|
||||||
|
@ -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