Wemos build #3

Closed
dezeyer23 wants to merge 21 commits from wemos-build into master
Showing only changes of commit 1dbae69dd2 - Show all commits

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");