Skip to content

Commit 791f67b

Browse files
committed
Add esp32 for testing
1 parent c453748 commit 791f67b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

platformio.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@
2020
[env:teensy31]
2121
platform = teensy
2222
framework = arduino
23-
board = teensy31
23+
board = teensy31
24+
lib_deps = ANT
25+
26+
[env:huzzah32]
27+
platform = espressif32
28+
framework = arduino
29+
board = featheresp32
30+
lib_deps = ANT

0 commit comments

Comments
 (0)