Webduino icon indicating copy to clipboard operation
Webduino copied to clipboard

Need to update Webduino library to Arduino IDE 1.5: Library specification

Open forseyra opened this issue 7 years ago • 2 comments

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.

forseyra avatar Jul 22 '17 04:07 forseyra

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 .

unwiredben avatar Jul 23 '17 20:07 unwiredben

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:

  1. 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
  2. Create a release or tag that matches the version value in library.properties.
  3. 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.

per1234 avatar Feb 10 '18 17:02 per1234