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