This commit is contained in:
fvanroie 2020-03-07 21:08:39 +01:00
parent b8712d55eb
commit b2a31e085c

View File

@ -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();
}
}