forked from espressif/arduino-esp32
Update LED_BUILTIN pin for LOLIN32 (#362)
* Add ESP.getChipId() function to get ESP32's ChipID. * change getChipId() to getEfuseMac() * * Change board:Lolin32 to LOLIN32 * Update LED_BUILTIN pin for LOLIN32
This commit is contained in:
committed by
Me No Dev
parent
376961d168
commit
3b86e0c0bc
@ -11,10 +11,10 @@
|
||||
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
|
||||
#define digitalPinHasPWM(p) (p < 34)
|
||||
|
||||
static const uint8_t LED_BUILTIN = 2;
|
||||
static const uint8_t LED_BUILTIN = 5;
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
|
||||
static const uint8_t KEY_BUILTIN = 0;
|
||||
|
||||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 3;
|
||||
|
Reference in New Issue
Block a user