We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5c763 commit ae33d76Copy full SHA for ae33d76
hardware/esp8266com/esp8266/libraries/esp8266/examples/Blink/Blink.ino
@@ -10,8 +10,6 @@ const int ledPin = 1; // The blue LED on the ESP-01 module is connected
10
11
void setup() {
12
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);"
15
}
16
17
// the loop function runs over and over again forever
0 commit comments