Skip to content

Commit cca2714

Browse files
committed
keep arduino incompatible BUILTIN_LED
1 parent ff62bfb commit cca2714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/wifio/pins_arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ static const uint8_t E14 = ESP_PINS_OFFSET + 14;
6060
static const uint8_t E15 = ESP_PINS_OFFSET + 15;
6161
static const uint8_t E16 = ESP_PINS_OFFSET + 16;
6262

63+
static const uint8_t LED_BUILTIN_LED = 2;
6364
static const uint8_t BUILTIN_LED = 2;
6465

6566
#define SERIAL_PORT_MONITOR Serial

0 commit comments

Comments
 (0)