Skip to content

Commit 2c7a024

Browse files
committed
Update readme
Be more clear about PubSubClient Close #38 [ci skip]
1 parent f57802e commit 2c7a024

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
@@ -123,7 +123,7 @@ See attached example and library README file for details.
123123

124124
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:
125125

126-
- [PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library - [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393)
126+
- PubSubClient MQTT library. This library is not bundled with the IDE, you need to [download it separately](https://github.com/knolleary/pubsubclient). Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
127127
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
128128
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
129129

0 commit comments

Comments
 (0)