Commit Verlauf

Autor SHA1 Nachricht Datum
  Marcos Kirsch d31b2d2c89 No need to yield. Conditionally show form. Updated title. vor 8 Jahren
  Marcos Kirsch 066b602444 Updated README with new instructions vor 8 Jahren
  Marcos Kirsch fbc6506faa Merged with main repository vor 8 Jahren
  Marcos Kirsch 64f07cb38d Change NodeMCU firmware link to point to github project. vor 8 Jahren
  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. vor 8 Jahren
  Marcos Kirsch 4ff7b2b78d Trivial placeholder print statement, useful for debugging. vor 8 Jahren
  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. vor 8 Jahren
  Marcos Kirsch 37e58389c6 Trivial improvement to print message vor 8 Jahren
  Marcos Kirsch 0e4b515514 Default to join an existing WiFi network, more common at least for my own testing vor 8 Jahren
  Marcos Kirsch 33b94ec5d5 Modified Makefile so that the nodemcu-uploader script no longer needs to be executable vor 8 Jahren
  Marcos c218c4f5a8 Merge pull request #50 from TriAnMan/fix-memory-leak vor 8 Jahren
  Marcos dc816cc258 Merge pull request #48 from lluki/master vor 8 Jahren
  Anton Andersen 1ddd47eaf9 Fix a memory leak when the connection is dropped by the client side vor 8 Jahren
  Lukas Humbel 02832a1a45 matching of mime type in http request header that contain a charset appendix vor 8 Jahren
  Marcos 8715123904 Merge pull request #45 from IntelliDust/master vor 8 Jahren
  IntelliDust 1f43c9f5e5 Added Cache-Control header for gzipped content. This will prevent for vor 8 Jahren
  IntelliDust 1b8a1f7750 Added handling of watchdog for serving bigger files vor 8 Jahren
  Marcos 3eecd76908 Merge pull request #43 from pjsg/master vor 8 Jahren
  Philip Gladstone f852959fa5 Handle the null write case vor 8 Jahren
  Philip Gladstone 9fee6ee8e8 Removed another unused file vor 8 Jahren
  Philip Gladstone a54159b39f Remove unused file vor 8 Jahren
  Philip Gladstone 8a195cb798 Reduce memory requirements a bit and fix weird issue in node_info.lua vor 8 Jahren
  Philip Gladstone b4a2d02431 Fix the problem with the more modern SDK only allowing one outstanding vor 8 Jahren
  Marcos 067ffdf3e5 Merge pull request #39 from dimsumlabs/master vor 8 Jahren
  Marcos cf0d777632 Merge pull request #38 from hazarkarabay/master vor 8 Jahren
  Lionello Lunesu 72b21a61ae Fixed syntax error on line 92 vor 8 Jahren
  Hazar Karabay 0ddaa52527 init.lua typo vor 8 Jahren
  Hazar Karabay b7f78481a2 File extension parsing fix vor 8 Jahren
  Marcos 792c0814a5 Merge pull request #31 from pospanet/master vor 8 Jahren
  Marcos 031dad0f80 Merge pull request #34 from simcop2387/master vor 8 Jahren