Skip to content

Commit

Permalink
Merge pull request #1053 from dontsovcmc/readme_dns
Browse files Browse the repository at this point in the history
Readme: fill DNS server if setSTAStaticIPConfig
  • Loading branch information
tablatronix authored May 14, 2020
2 parents 135e872 + 7b52e70 commit 062e66b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ wifiManager.setSTAStaticIPConfig(IPAddress(192,168,0,99), IPAddress(192,168,0,1)
```
There are a couple of examples in the examples folder that show you how to set a static IP and even how to configure it through the web configuration portal.

NOTE: You should fill DNS server if you have HTTP requests with hostnames or syncronize time (NTP). It's the same as gateway ip or a popular (Google DNS: 8.8.8.8).

#### Custom HTML, CSS, Javascript
There are various ways in which you can inject custom HTML, CSS or Javascript into the configuration portal.
The options are:
Expand Down

0 comments on commit 062e66b

Please sign in to comment.