Skip to content

Commit 7b276a1

Browse files
committed
Merge pull request #297 from philenotfound/esp8266
NodeMCU: BUILTIN_LED is on GPIO16
2 parents 6f01212 + a99dfa2 commit 7b276a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/variants/nodemcu/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
4242
static const uint8_t MISO = 12;
4343
static const uint8_t SCK = 14;
4444

45-
static const uint8_t BUILTIN_LED = 1;
45+
static const uint8_t BUILTIN_LED = 16;
4646

4747
static const uint8_t A0 = 17;
4848

0 commit comments

Comments
 (0)