Webduino
Webduino copied to clipboard
Need to update Webduino library to Arduino IDE 1.5: Library specification
This library needs to be updated to the Arduino IDE 1.5: Library specification. This would make any updates and bug fixes available to the user community via the Arduino Library Manager.
Feel free to submit a pull request. We're not actively maintaining this code now, I've not personally used it in years
On Jul 21, 2017 11:01 PM, "forseyra" [email protected] wrote:
This library needs to be updated to the Arduino IDE 1.5: Library specification. This would make any updates and bug fixes available to the user community via the Arduino Library Manager.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sirleech/Webduino/issues/77, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOD2x_bka6V6JRlLzE9j2JhkMq3O2MRks5sQXQfgaJpZM4OgD3R .
The requirements and process for adding a library to the Library Manager index is documented here: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ Note that it's not necessary to make a full conversion to the 1.5 library format.
Necessary actions:
- Add library.properties file to the root of the repository. Format is documented here: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
- Create a release or tag that matches the
version
value in library.properties. - Submit an issue to the arduino/Arduino issue tracker that requests the library to be added to the Library Manager index.
In this case, the primary benefit is to allow people to discover and install the library via the Arduino IDE's Sketch > Include Library > Manage Libraries feature. Library Manager also provides update notifications whenever a new version of the library is released.