Skip to content

Update libraries.md #2808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ APIs related to deep sleep and watchdog timer are available in the `ESP` object,

`ESP.restart()` restarts the CPU.

`ESP.getResetReason()` returns String containing the last reset resaon in human readable format.
`ESP.getResetReason()` returns String containing the last reset reason in human readable format.

`ESP.getFreeHeap()` returns the free heap size.

Expand Down Expand Up @@ -104,7 +104,7 @@ Note that by default ADC is configured to read from TOUT pin using `analogRead(A

## mDNS and DNS-SD responder (ESP8266mDNS library)

Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service dicovery) queries.
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service discovery) queries.
See attached example for details.

## SSDP responder (ESP8266SSDP)
Expand All @@ -113,7 +113,7 @@ SSDP is another service discovery protocol, supported on Windows out of the box.

## DNS server (DNSServer library)

Implements a simple DNS server that can be used in both STA and AP modes. The DNS server currently supports only one domain (for all other domains it will reply with NXDOMAIN or custom status code). With it clients can open a web server running on ESP8266 using a domain name, not an IP address.
Implements a simple DNS server that can be used in both STA and AP modes. The DNS server currently supports only one domain (for all other domains it will reply with NXDOMAIN or custom status code). With it, clients can open a web server running on ESP8266 using a domain name, not an IP address.
See attached example for details.

## Servo
Expand Down