mikaelpatel / Arduino-Scheduler

Portable Cooperative Multi-tasking Scheduler for Arduino
https://mikaelpatel.github.io/Arduino-Scheduler/
164 stars 41 forks source link

Name in library.properties conflicts with Arduino Scheduler library. #29

Closed sslupsky closed 2 years ago

sslupsky commented 6 years ago

The name "Scheduler" in library.properties conflicts with the Arduino library of the same name. This causes problems with the Library Manager and you cannot refresh the libraries and load this library.

I changed the name to "Arduino-Scheduler" and that fixes the problem.

mikaelpatel commented 2 years ago

Thanks for the heads up on this conflict. Updated to your suggestion. Guess this is still in conflict with the Arduino naming rules but will have to do for now. Cheers!