Update ALKS board (#2694)

This commit is contained in:
Kryštof Černý
2019-04-23 09:52:24 +02:00
committed by Me No Dev
parent a28cf00295
commit 606446a830
2 changed files with 48 additions and 4 deletions

View File

@ -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;