Skip to content

How To

Rebuild and upload teensy software

$ roscd linorobot
$ cd teensy/firmware
$ pio run --target upload -e <platform>
Where currently platform is either teensy31 (Plarform2) or teensy41 (Platform1)