Skip to content

Commit b39e265

Browse files
committed
Update README.md
Mention the new pubsubclient library. [ci skip]
1 parent c570ff8 commit b39e265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ See attached example and library README file for details.
188188
Libraries that don't rely on low-level access to AVR registers should work well. Here are a few libraries that were verified to work:
189189

190190
- [aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
191-
- [PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library. Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
191+
- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
192192
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
193193
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
194194
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with esp8266.

0 commit comments

Comments
 (0)