Added missing config parameter for LWT topic
This commit is contained in:
parent
3a39be597e
commit
f73aa18c34
|
@ -25,5 +25,8 @@
|
||||||
//Define the base topic for room detection. Usually "room_presence"
|
//Define the base topic for room detection. Usually "room_presence"
|
||||||
#define channel "room_presence"
|
#define channel "room_presence"
|
||||||
|
|
||||||
//Define the interval in seconds between scans
|
//Define the topic for publishing availability
|
||||||
#define scanInterval 15
|
#define availabilityTopic "presence_nodes/esp32"
|
||||||
|
|
||||||
|
// Define bluetooth scan parameters
|
||||||
|
#define scanInterval 15 // Define the interval in seconds between scans
|
||||||
|
|
Loading…
Reference in New Issue