Imroy / pubsubclient

A client library for the ESP8266 that provides support for MQTT
MIT License
434 stars 115 forks source link

Library name conflict bug #44

Open Testato opened 8 years ago

Testato commented 8 years ago

PubSubClient is the name of the original knolleary library. The knolleary library is present on Arduino Library Manager, so the automatic library update system, that check only the name of a library, think that this is the knolleary library and ask to the user to update it (because the knolleary is at v2.0.3) If the user accept the update this library is overwritten.

By this name change the Arduino Library Manager know that this is a different library and do not ask the update.