Updated version in main sketch comments.

This commit is contained in:
jptrsn 2019-07-19 13:58:57 -04:00
parent 2a68c8b8a5
commit 1668697a45
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ Settings_local.h
.dblite .dblite
include/ include/
Settings_*.h Settings_*.h
.pio/*
.vscode/*

View File

@ -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