Skip to content

Commit ae33d76

Browse files
probonopdigrr
authored andcommitted
No need to disable the watchdog
1 parent ac5c763 commit ae33d76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hardware/esp8266com/esp8266/libraries/esp8266/examples/Blink/Blink.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const int ledPin = 1; // The blue LED on the ESP-01 module is connected
1010

1111
void setup() {
1212
pinMode(ledPin, OUTPUT); // Initialize the ledPin as an output
13-
ESP.wdtDisable(); // Disable the watchdog timer built into the ESP8266
14-
// otherwise the ESP8266 reboots during the "delay(1000);"
1513
}
1614

1715
// the loop function runs over and over again forever

0 commit comments

Comments
 (0)