We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f01212 commit a99dfa2Copy full SHA for a99dfa2
hardware/esp8266com/esp8266/variants/nodemcu/pins_arduino.h
@@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
42
static const uint8_t MISO = 12;
43
static const uint8_t SCK = 14;
44
45
-static const uint8_t BUILTIN_LED = 1;
+static const uint8_t BUILTIN_LED = 16;
46
47
static const uint8_t A0 = 17;
48
0 commit comments