Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

Assume new library layout if 'library.properties' is present (issue #272) #273

Closed bblanchon closed 9 years ago

bblanchon commented 9 years ago

ArduinoJson contains a src/ folder, but its primary .cpp file is in the root folder. This confuses Stino because it doesn't find the primary .cpp in the src/ folder.

I changed the code to check if library.properties is present, which is required for the new layout. See Arduino 1.5 library format (rev. 2)