Skip to content

Commit 7008a27

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent cf3f6da commit 7008a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ void loop()
2828
ledState = HIGH; // Note that this switches the LED *off*
2929
else
3030
ledState = LOW; // Note that this switches the LED *on*
31-
digitalWrite(BUILTIN_LED, ledState);
31+
digitalWrite(LED_BUILTIN, ledState);
3232
}
3333
}

0 commit comments

Comments
 (0)