FIx ESP32 compilation

pull/640/head
cschwinne 2020-01-28 00:45:29 +01:00
rodzic c5f5532303
commit b41dacb6c0
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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