upload.html fixes

Minor modifications so it works without zipping and without compiling
lua. Fits well on WEMOS D1 Pro - we’ll see if anyone complains.
This commit is contained in:
Marcos Kirsch
2017-01-27 22:13:50 -06:00
parent d27251c698
commit 87e1a4babc
4 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
<li><a href="node_info.lua">NodeMCU info</a>: Shows some basic NodeMCU(Lua)</li>
<li><a href="file_list.lua">List all server files</a>: Displays a list of all the server files. (Lua)</li>
<li><a href="foo.html">Foo</a>: A file that doesn't exist. Should error (404 error)</li>
<li><a href="upload.html">Upload</a>: update, remove, list files on the server.</li>
<li><a href="upload.html">Upload</a>: update, remove, list files on the server. By <a href="https://github.com/ATAMAH">ATAMAH</a>.</li>
</ul>
</body>
</html>