FIx ESP32 compilation

This commit is contained in:
cschwinne 2020-01-28 00:45:29 +01:00
parent c5f5532303
commit b41dacb6c0

View File

@ -90,7 +90,7 @@
#endif
//version code in format yymmddb (b = daily build)
#define VERSION 2001262
#define VERSION 2001281
char versionString[] = "0.9.0-b2";
@ -535,7 +535,9 @@ void loop() {
if (!offMode) strip.service();
}
yield();
#ifdef ESP8266
MDNS.update();
#endif
if (millis() - lastMqttReconnectAttempt > 30000) initMqtt();
//DEBUG serial logging