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:en [2017/03/12 17:52] licho |
project:nodemcu_httpd:en [2017/03/25 10:44] (current) licho |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| === Deploy httpd to ESP8266 === | === Deploy httpd to ESP8266 === | ||
| + | * Download ''httpd.c'' [[https://raw.githubusercontent.com/lichnak/nodemcu-labka/master/src/node_server_20170311/firmware/httpd.c|here.]] | ||
| * Copy file ''httpd.c'' to folder ''app/modules/'' | * Copy file ''httpd.c'' to folder ''app/modules/'' | ||
| <code> | <code> | ||
| Line 18: | Line 19: | ||
| #define LUA_USE_MODULES_HTTPD | #define LUA_USE_MODULES_HTTPD | ||
| </code> | </code> | ||
| - | * Compile firmware as was descibed [[:project:nodemcu_lbe:en|here]] | + | * Compile firmware as was descibed [[:project:nodemcu_lbe:en|here]] or download compiled bootloader [[https://github.com/lichnak/nodemcu-labka/raw/master/src/node_server_20170311/firmware/0x00000.bin|here]] and firmware [[https://github.com/lichnak/nodemcu-labka/raw/master/src/node_server_20170311/firmware/0x10000.bin|here]] |
| * Connect nodeMCU to USB | * Connect nodeMCU to USB | ||
| {{ project:wiki_nodemcu_lolin.png }} | {{ project:wiki_nodemcu_lolin.png }} | ||
| Line 33: | Line 34: | ||
| > | > | ||
| </code> | </code> | ||
| - | * Upload httpd files to ESP8266 | + | * Upload httpd files from [[https://github.com/lichnak/nodemcu-labka/tree/master/src/node_server_20170311|here]] to ESP8266 |
| <code> | <code> | ||
| > Uploading to ESP file about.tmpl...Success | > Uploading to ESP file about.tmpl...Success | ||