13 Commits

Author SHA1 Message Date
Marcos Kirsch
2165484413 Add file.fscfg() results to example. 2017-01-01 22:12:52 -06:00
Marcos Kirsch
5ccc69dc73 Updated examples to remove yields, pass req param. Integration woes. 2016-02-15 22:33:30 -06:00
Marcos Kirsch
fbc6506faa Merged with main repository 2016-02-15 20:54:11 -06:00
Marcos Kirsch
4d4442318d Fix example server-side scripts to work on new nodemcu-firmware. Specifically, call coroutine.yield() after each connection:send() except the last one, since we can no longer queue sends. 2016-02-15 14:20:28 -06:00
Philip Gladstone
b4a2d02431 Fix the problem with the more modern SDK only allowing one outstanding
connection:send at a time. Long and short of it, don't use coroutine.yield
any more when serving content.
2015-11-22 13:39:03 -05:00
Ryan Voots
ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others 2015-08-31 18:28:03 -07:00
Marcos Kirsch
e49eec62d3 Fix: show minor version. Improve formatting 2015-07-19 09:03:37 -05:00
Marcos Kirsch
b017526d71 Show size, used, available space in file system 2015-07-18 22:42:29 -05:00
TJ Borromeo
25a7313af5 Update file_list.lua
get rid of variables if not actually used.  Create variables only when a condition to use them is met.
2015-07-17 14:17:09 -07:00
Marcos Kirsch
f7969ae12d Fix typo in HTTP headers. I need to refactor so header creation is single sourced. Oh well. This may fix issues in Firefox 2015-04-01 22:56:47 -05:00
Marcos Kirsch
5b472f3554 Add yield so that looong listings don't overflow mcu's buffer 2015-02-28 16:39:40 -06:00
Marcos Kirsch
316af66d3c Improve demo files 2015-02-22 16:06:06 -06:00
Marcos Kirsch
fa2e85dbb0 Support for Lua scripts 2015-02-15 16:46:29 -06:00