Merge branch 'wemos-build' of gitlab.simonzeyer.de:2222]:dezeyer23/truhensteuerung into wemos-build

This commit is contained in:
Simon Zeyer 2020-09-19 11:29:16 +02:00
commit 1dbae69dd2

View File

@ -123,7 +123,6 @@ void setup() {
for (int i = 0; i < (sizeof(truhen) / sizeof(truhen[0])); i++) {
truhen[i].setup();
}
wdt_enable(WDTO_4S); // Watchdog auf 1 s stellen
delay(3000);
Serial.println("Setup fi");