forked from espressif/arduino-esp32
Update ALKS board (#2694)
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
|
||||
#define ALKSESP32 // tell library to not map pins again
|
||||
|
||||
static const uint8_t LED_BUILTIN = 23;
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 3;
|
||||
|
||||
|
Reference in New Issue
Block a user