mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Add mdns
This commit is contained in:
parent
b8712d55eb
commit
b2a31e085c
@ -6,6 +6,7 @@
|
||||
#include "hasp_wifi.h"
|
||||
#include "hasp_mqtt.h"
|
||||
#include "hasp_http.h"
|
||||
#include "hasp_mdns.h"
|
||||
#include "hasp_log.h"
|
||||
#include "hasp_debug.h"
|
||||
#include "hasp_config.h"
|
||||
@ -69,6 +70,7 @@ void wifiConnected(IPAddress ipaddress)
|
||||
mqttReconnect();
|
||||
haspReconnect();
|
||||
httpReconnect();
|
||||
mdnsStart();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user