From cf303f67f482cb9ba168d49c00c97b17cb073c84 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 8 Jan 2016 23:42:04 +0100 Subject: [PATCH] Library name conflict bug 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. --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 15c8207e..0b5a3365 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ -name=PubSubClient -version=1.99.1 +name=PubSubClient(ESP8266) +version=1.99.2 author=Nick O'Leary, Ian Tester maintainer=Ian Tester sentence=A library for communicating with MQTT brokers.