platform-teensy icon indicating copy to clipboard operation
platform-teensy copied to clipboard

Default platform for teensy41 is incorrect

Open blackketter opened this issue 5 years ago • 0 comments

Creating a new project with platformio init --board teensy41 creates an incorrect platformio.ini file.

It contains:

platform = atmelavr

but should have:

platform = teensy

blackketter avatar Jul 23 '20 00:07 blackketter