Closed eethann closed 3 years ago
One of the last releases introduced a bug leading to a non complete makefile in builder mode. Should be fixed in v1.3.2.
Compiles here with settings T3.2, 120MHz, USB midi
Sorry v1.3.2 was merged incorrectly. Please use v1.3.3
Works! Really great utility, thank you so much for building and sharing. So much better than Arduino IDE but without having to migrate whole legacy apps to platform.io.
One thing I'm seeing is that the Teensy PJRC loader still starts up even though only the Ty loader was given. I can run the Ty loader using upload, but the PJRC loader is run by default as part of the build task.
One thing I'm seeing is that the Teensy PJRC loader still starts up even though only the Ty loader was given. I can run the Ty loader using upload, but the PJRC loader is run by default as part of the build task.
This is done by the builder, Can't change it from VisualTeensy. You might have a look at platform.txt maybe it is defined somewhere in this file.
I followed the instructions in the wiki to import an existing project (see https://github.com/eethann/O_C-HemisphereSuite/tree/production/software/o_c_REV). I selected the Arduino builder after opening that directory. When I try to build using the Build task in terminal, I get the following error:
The generated makefile looks like this:
tasks.json looks like this:
Any ideas?