Skip to content

Commit fd6f7c0

Browse files
committed
keep arduino incompatible BUILTIN_LED
1 parent 220b02a commit fd6f7c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/ESPDuino/pins_arduino.h

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ static const uint8_t SCK = 14;
4343

4444
static const uint8_t LED_BUILTIN = 16;
4545

46+
static const uint8_t BUILTIN_LED = 16;
47+
4648
static const uint8_t A0 = 17;
4749

4850
// These serial port names are intended to allow libraries and architecture-neutral

0 commit comments

Comments
 (0)