pubsubclient icon indicating copy to clipboard operation
pubsubclient copied to clipboard

lib update installs the knolleary lib

Open consolacion opened this issue 8 years ago • 4 comments

Oddly, if the Arduino library manager wants to update this library, it installs the original knolleary library rather than this fork. Cant understand why

consolacion avatar Jan 14 '17 04:01 consolacion

because arduino need that all library have a different name in the porprierty file. , i will create a PR for solve this Issue

Testato avatar Jan 14 '17 08:01 Testato

ok. Still surprised though that it starts updating to knolleary lib as nowhere in my setup there is any reference to knolleary file :-)

consolacion avatar Jan 14 '17 08:01 consolacion

but on your machine you have the imroy library installed, so the integrated arduino library update system think that you are using the knolleary library, because the imroy proprierty file is the only file that arduino IDE check. It do not check the library folder name, or the library constructor name, etc etc.

Pay attention that this do not mean that you will receive automatically imroy update, because knolleary is present in the Arduino update lib management, instead this lib is not present in it at moment. see this my issue ;-) https://github.com/Imroy/pubsubclient/issues/19

Testato avatar Jan 14 '17 08:01 Testato

ok, maybe solution then to change the name. thanks for great work

consolacion avatar Jan 14 '17 08:01 consolacion