mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Add missed "tool-teensy" to Teensy development platform
This commit is contained in:
@ -28,6 +28,10 @@ class TeensyPlatform(BasePlatform):
|
||||
|
||||
"framework-arduinoteensy": {
|
||||
"default": True
|
||||
},
|
||||
|
||||
"tool-teensy": {
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user