Skip to content

Commit 5e11c43

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent 8645bd5 commit 5e11c43

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
@@ -16,7 +16,7 @@ unsigned long previousMillis = 0;
1616
const long interval = 1000;
1717

1818
void setup() {
19-
pinMode(BUILTIN_LED, OUTPUT);
19+
pinMode(LED_BUILTIN, OUTPUT);
2020
}
2121

2222
void loop()

0 commit comments

Comments
 (0)