mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-27 12:11:38 +01:00
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