Added missing config parameter for LWT topic

This commit is contained in:
jptrsn 2018-12-10 14:21:06 -05:00
parent 3a39be597e
commit f73aa18c34
1 changed files with 5 additions and 2 deletions

View File

@ -25,5 +25,8 @@
//Define the base topic for room detection. Usually "room_presence"
#define channel "room_presence"
//Define the interval in seconds between scans
#define scanInterval 15
//Define the topic for publishing availability
#define availabilityTopic "presence_nodes/esp32"
// Define bluetooth scan parameters
#define scanInterval 15 // Define the interval in seconds between scans