Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
project:nodemcu_httpd [2017/03/12 14:37] licho |
project:nodemcu_httpd [2017/03/12 14:59] (current) licho [NodeMCU HTTP Server] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| | **License:** | [[https://creativecommons.org/licenses/by-sa/4.0/|Uveďte původ-Zachovejte licenci; CC BY-SA]] | | | **License:** | [[https://creativecommons.org/licenses/by-sa/4.0/|Uveďte původ-Zachovejte licenci; CC BY-SA]] | | ||
| ====== NodeMCU HTTP Server ====== | ====== NodeMCU HTTP Server ====== | ||
| - | PB hero | + | [[user:peterbay,|PeterBay]] hero |
| === Deploy httpd to ESP8266 === | === Deploy httpd to ESP8266 === | ||
| Line 56: | Line 56: | ||
| > Uploading to ESP file wifi.tmpl...Success | > Uploading to ESP file wifi.tmpl...Success | ||
| </code> | </code> | ||
| - | * Configure ext_wifi_settings.lua for WiFi connection strings | + | * Configure script ''ext_wifi_settings.lua'' for WiFi connection strings |
| <code> | <code> | ||
| > file.open("ext_wifi_settings.lua","w+"); | > file.open("ext_wifi_settings.lua","w+"); | ||
| Line 105: | Line 105: | ||
| Gateway Addr: YOUR-NETWORK-GATEWAY | Gateway Addr: YOUR-NETWORK-GATEWAY | ||
| </code> | </code> | ||
| - | * Open http://YOUR-NODEMCU-IP-ADDRESS in Web browser | + | * Open ''YOUR-NODEMCU-IP-ADDRESS'' in Web browser |
| {{ project:wiki_nodemcu_httpd.png }} | {{ project:wiki_nodemcu_httpd.png }} | ||