Skip to content

Commit ccb4938

Browse files
committed
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2 parents 0bd2ea1 + 5ed1b05 commit ccb4938

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ instead of the one that comes with the Arduino IDE (this one).
119119
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local".
120120
See attached example and library README file for details.
121121

122-
#### Other libraries
122+
#### Other libraries (not included with the IDE)
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 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.
126+
- [aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
127+
- [PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library. Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
127128
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
128129
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
129130

0 commit comments

Comments
 (0)