Commit History

Author SHA1 Message Date
  Marcos Kirsch d71b079932 clean up, but example does not work at this time 8 years ago
  Marcos Kirsch 2f2fb26782 Several fixes and code cleanup. Gzipped files now work. Indentation cleaned up, Other small fixes: 8 years ago
  Marcos Kirsch 11dde7075b Added a second link to zipped file, with gz extension 8 years ago
  Marcos Kirsch 5ccc69dc73 Updated examples to remove yields, pass req param. Integration woes. 8 years ago
  Marcos Kirsch d31b2d2c89 No need to yield. Conditionally show form. Updated title. 8 years ago
  Marcos Kirsch 066b602444 Updated README with new instructions 8 years ago
  Marcos Kirsch fbc6506faa Merged with main repository 8 years ago
  Marcos Kirsch 64f07cb38d Change NodeMCU firmware link to point to github project. 8 years ago
  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. 8 years ago
  Marcos Kirsch 4ff7b2b78d Trivial placeholder print statement, useful for debugging. 8 years ago
  Marcos Kirsch 1b14a516aa Fix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one. 8 years ago
  Marcos Kirsch 37e58389c6 Trivial improvement to print message 8 years ago
  Marcos Kirsch 0e4b515514 Default to join an existing WiFi network, more common at least for my own testing 8 years ago
  Marcos Kirsch 33b94ec5d5 Modified Makefile so that the nodemcu-uploader script no longer needs to be executable 8 years ago
  Marcos c218c4f5a8 Merge pull request #50 from TriAnMan/fix-memory-leak 8 years ago
  Marcos dc816cc258 Merge pull request #48 from lluki/master 8 years ago
  Anton Andersen 1ddd47eaf9 Fix a memory leak when the connection is dropped by the client side 8 years ago
  Lukas Humbel 02832a1a45 matching of mime type in http request header that contain a charset appendix 8 years ago
  Marcos 8715123904 Merge pull request #45 from IntelliDust/master 8 years ago
  IntelliDust 1f43c9f5e5 Added Cache-Control header for gzipped content. This will prevent for 8 years ago
  IntelliDust 1b8a1f7750 Added handling of watchdog for serving bigger files 8 years ago
  Marcos 3eecd76908 Merge pull request #43 from pjsg/master 8 years ago
  Philip Gladstone f852959fa5 Handle the null write case 8 years ago
  Philip Gladstone 9fee6ee8e8 Removed another unused file 8 years ago
  Philip Gladstone a54159b39f Remove unused file 8 years ago
  Philip Gladstone 8a195cb798 Reduce memory requirements a bit and fix weird issue in node_info.lua 8 years ago
  Philip Gladstone b4a2d02431 Fix the problem with the more modern SDK only allowing one outstanding 8 years ago
  Marcos 067ffdf3e5 Merge pull request #39 from dimsumlabs/master 8 years ago
  Marcos cf0d777632 Merge pull request #38 from hazarkarabay/master 8 years ago
  Lionello Lunesu 72b21a61ae Fixed syntax error on line 92 8 years ago