plapointe6 / EspMQTTClient

Wifi and MQTT handling for ESP8266 and ESP32
GNU General Public License v3.0
444 stars 132 forks source link

explicitly specify owner & version of dependency #121

Closed EdJoPaTo closed 1 year ago

EdJoPaTo commented 1 year ago

When working with some project of mine I got the following warning:

Library Manager: Installing PubSubClient
Library Manager: Warning! More than one package has been found by PubSubClient requirements:
Library Manager:  - knolleary/PubSubClient@2.8
Library Manager:  - drk/PubSubClient@2.8
Library Manager: Please specify detailed REQUIREMENTS using package owner and version (shown above) to avoid name conflicts

I updated the library.json to specify the owner more explicitly. Also specified a semver version range. And I fixed / formatted the JSON.