We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6418f commit 1d05283Copy full SHA for 1d05283
1 file changed
variants/nodemcu/pins_arduino.h
@@ -32,7 +32,9 @@
32
static const uint8_t SDA = PIN_WIRE_SDA;
33
static const uint8_t SCL = PIN_WIRE_SCL;
34
35
+#ifndef LED_BUILTIN
36
#define LED_BUILTIN 2
37
+#endif
38
#define LED_BUILTIN_AUX 16
39
40
static const uint8_t D0 = 16;
0 commit comments