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 cf3f6da commit 7008a27Copy full SHA for 7008a27
libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino
@@ -28,6 +28,6 @@ void loop()
28
ledState = HIGH; // Note that this switches the LED *off*
29
else
30
ledState = LOW; // Note that this switches the LED *on*
31
- digitalWrite(BUILTIN_LED, ledState);
+ digitalWrite(LED_BUILTIN, ledState);
32
}
33
0 commit comments