forked from platformio/platformio-core
Add support for Teensy LC board // Resolve #155
This commit is contained in:
@@ -40,3 +40,9 @@ platform = teensy
|
||||
framework = arduino
|
||||
board = teensy31
|
||||
build_flags = -DTEENSY31
|
||||
|
||||
[env:teensylc]
|
||||
platform = teensy
|
||||
framework = arduino
|
||||
board = teensylc
|
||||
build_flags = -DTEENSYLC
|
||||
|
||||
Reference in New Issue
Block a user