From cf3f6da0f2a1811a519ccb82ceadd4bf111c0a43 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 2 Feb 2016 15:59:53 +0100 Subject: [PATCH] changed BUILTIN_LED to LED_BUILTIN --- .../esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino b/libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino index 64609a2d0..1e27fe1dc 100644 --- a/libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino +++ b/libraries/esp8266/examples/BlinkWithoutDelay/BlinkWithoutDelay.ino @@ -7,7 +7,7 @@ The blue LED on the ESP-01 module is connected to GPIO1 (which is also the TXD pin; so we cannot use Serial.print() at the same time) - Note that this sketch uses BUILTIN_LED to find the pin with the internal LED + Note that this sketch uses LED_BUILTIN to find the pin with the internal LED */ int ledState = LOW;