2024-09-2304
This commit is contained in:
parent
126879fc0d
commit
18e2cc2eb9
|
@ -22,17 +22,17 @@ PubSubClient client(espClient);
|
||||||
#define mqtt_port 1883
|
#define mqtt_port 1883
|
||||||
|
|
||||||
//cf:d7:ab:1f:24:2c
|
//cf:d7:ab:1f:24:2c
|
||||||
//String Adresse = "96:33:bb:bf:ff:ab"; // Bluetooth Adresse die zu Anwesenheitserkennung überwacht wird ET585
|
String Adresse = "96:33:bb:bf:ff:ab"; // Bluetooth Adresse die zu Anwesenheitserkennung überwacht wird ET585
|
||||||
String Adresse = "cf:d7:ab:1f:24:2c"; // Bluetooth Adresse die zu Anwesenheitserkennung überwacht wird Holy-IOT
|
//String Adresse = "cf:d7:ab:1f:24:2c"; // Bluetooth Adresse die zu Anwesenheitserkennung überwacht wird Holy-IOT
|
||||||
const int RelaisPin = LED_BUILTIN; // Pin an dem Relais hängt
|
const int RelaisPin = LED_BUILTIN; // Pin an dem Relais hängt
|
||||||
int Verzoegerung = 15; // Auschaltverzögerung wenn das Signal von BLE ibeacon fehlt
|
int Verzoegerung = 30; // Auschaltverzögerung wenn das Signal von BLE ibeacon fehlt
|
||||||
|
|
||||||
int VerzoegerungZaeler = 0;
|
int VerzoegerungZaeler = 0;
|
||||||
//long int ZZ = 0;
|
//long int ZZ = 0;
|
||||||
Ticker Tic;
|
Ticker Tic;
|
||||||
static BLEAddress *pServerAddress;
|
static BLEAddress *pServerAddress;
|
||||||
BLEScan* pBLEScan ;
|
BLEScan* pBLEScan ;
|
||||||
int scanTime = 10; //In seconds
|
int scanTime = 5; //In seconds
|
||||||
|
|
||||||
long int Feldstaerke;
|
long int Feldstaerke;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user