gepd / Stino

A Sublime Text Plugin for Arduino
Other
33 stars 10 forks source link

Contributed Libraries? #15

Closed ANDRIUS-D-ILGUNAS closed 8 years ago

ANDRIUS-D-ILGUNAS commented 8 years ago

Maybe I'm missing something, but it seems that Stino won't compile my sketch unless I move my contributed/custom libraries to {ARDUINO_INSTALL}/libraries./ AFAIK, custom libraries belong in {SKETCH_FOLDER}/libraries/, and not in the arduino install directory.

I would guess that this could be accomplished by editing one of the .py files in Stino/ but I'm not sure which one(s) to edit so as to make the compiling also search {SKETCH_FOLDER}/libraries/ for any #includes.

....or am I missing a configuration step somewhere?

ANDRIUS-D-ILGUNAS commented 8 years ago

My mistake. I had my libraries outside of the sketchbook.