Hello, due to the trouble with the Arduino IDE and uploading to several teensys connected i'm trying to switch to tycommander, the trouble i'm having right now is that the Arduino IDE won't stop saying "uploading" unless i close the tycommander window which then means i loose track of what code goes to which teensy. I've edited my platform.local.txt as follows (i'm on ubuntu)
Also, is there a better IDE for using Teensy (not PlatformIO)? I'm working on a project with two teensys sharing almost all the code and the Arduino IDE is quite limited when it comes to making larger projects.
Thanks
Karl
Code:
tools.teensyloader.cmd.path=/usr/bin/tycommander
tools.teensyloader.upload.pattern="{cmd.path}" upload --autostart --wait --delegate "{build.path}/{build.project_name}.hex"
Also, is there a better IDE for using Teensy (not PlatformIO)? I'm working on a project with two teensys sharing almost all the code and the Arduino IDE is quite limited when it comes to making larger projects.
Thanks
Karl