Skip to content

Commit cf3f6da

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

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
@@ -7,7 +7,7 @@
77
The blue LED on the ESP-01 module is connected to GPIO1
88
(which is also the TXD pin; so we cannot use Serial.print() at the same time)
99
10-
Note that this sketch uses BUILTIN_LED to find the pin with the internal LED
10+
Note that this sketch uses LED_BUILTIN to find the pin with the internal LED
1111
*/
1212

1313
int ledState = LOW;

0 commit comments

Comments
 (0)