Skip to content

Commit 69389a9

Browse files
committed
Add support for ALKSESP32 board variant
1 parent 16aab29 commit 69389a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ALKS.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ static const uint8_t S3 = 9;
7171
static const uint8_t S4 = 10;
7272
static const uint8_t S5 = 11;
7373

74+
#elif defined(alksesp32) // Hook from esp32 alks variant
75+
7476
#elif defined(ESP32)
7577
static const uint8_t D0 = 40;
7678
static const uint8_t D1 = 41;

0 commit comments

Comments
 (0)