Merge pull request #29 from ChrisJohns-me/patch-1
Update example Settings file
This commit is contained in:
commit
ae275b5a22
|
@ -6,9 +6,14 @@
|
|||
#define mqttUser "homeassistant"
|
||||
#define mqttPassword "123456789"
|
||||
#define room "living-room"
|
||||
#define LED_BUILTIN 2
|
||||
#define LED_ON 0
|
||||
#define channel "room_presence"
|
||||
#define availabilityTopic "presence_nodes/" room
|
||||
#define telemetryTopic "presence_nodes/" hostname "/tele"
|
||||
#define scanInterval 15
|
||||
#define singleScanTime 10
|
||||
#define activeScan true
|
||||
#define bleScanInterval 0x80
|
||||
#define bleScanWindow 0x10
|
||||
#define maxDistance 2
|
||||
|
|
Loading…
Reference in New Issue