luni64 / VisualTeensy

VisualCode projects for PJRC Teensy boards
Other
119 stars 11 forks source link

Error compiling with older Arduino IDEs #65

Open eethann opened 3 years ago

eethann commented 3 years ago

Small issue: I have to use an old version of the Arduino IDE to compile an open source project (Ornament and Crime modular synth module). To get my app building with 1.8.1 I have to edit out the --build-cache argument in the makefile. Would it be possible to make this a config flag?

luni64 commented 3 years ago

That would be possible in principle but I try to avoid cluttering the GUI with such seldom used features. I'm thinking of re-doing the GUI to allow for more settings but this will take some time.

However, for the time being, I could provide a setting in vsteensy.json which you'd have to edit manually.

eethann commented 3 years ago

That'd work! It's definitely an edge case.