gianni-carbone / STM32encoder

Arduino library for the management of rotary encoders with STM32
GNU General Public License v3.0
19 stars 3 forks source link

Remove invalid item from `depends` property in library metadata #3

Closed per1234 closed 10 months ago

per1234 commented 11 months ago

The depends property of the library.properties metadata file specifies the library dependencies that should be installed by Arduino Library Manager along with the library.

This field must contain only names of libraries that are available for installation via Library Manager.

Previously, the presence of this item not in Library Manager caused installation of the library to fail:

The removal of the item will allow the next release of the library to be installed via Library Manager.


Originally reported at https://forum.arduino.cc/t/dependency-stm32-is-not-available/1195285