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