Closed bblanchon closed 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.
src/
.cpp
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)
library.properties
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 thesrc/
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)