Merge branch 'wemos-build' of gitlab.simonzeyer.de:2222]:dezeyer23/truhensteuerung into wemos-build
This commit is contained in:
commit
1dbae69dd2
@ -123,7 +123,6 @@ void setup() {
|
|||||||
for (int i = 0; i < (sizeof(truhen) / sizeof(truhen[0])); i++) {
|
for (int i = 0; i < (sizeof(truhen) / sizeof(truhen[0])); i++) {
|
||||||
truhen[i].setup();
|
truhen[i].setup();
|
||||||
}
|
}
|
||||||
|
|
||||||
wdt_enable(WDTO_4S); // Watchdog auf 1 s stellen
|
wdt_enable(WDTO_4S); // Watchdog auf 1 s stellen
|
||||||
delay(3000);
|
delay(3000);
|
||||||
Serial.println("Setup fi");
|
Serial.println("Setup fi");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user