forked from espressif/arduino-esp32
Added #define LED_BUILTIN to all pins_arduino.h that need it. (#4520)
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
|
||||
static const uint8_t LED_BUILTIN = 0; // ->2812 RGB !!!
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
#define LED_BUILTIN LED_BUILTIN
|
||||
|
||||
#define ANT_SELECT 16 // GPIO16 - External Antenna Switch
|
||||
|
||||
|
Reference in New Issue
Block a user