Commit History

Author SHA1 Message Date
  Marcos Kirsch fbc6506faa Merged with main repository 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
  Ryan Voots ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others 8 years ago
  Marcos Kirsch f62995cf18 Update GPIO lines to use GPIO1 and GPIO2 on NodeMCU devkit 1 8 years ago
  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 9 years ago
  Marcos Kirsch 65538efc1b Modified HTML to call lua script via javascript. Also embedded an image just for stress testing the server 9 years ago
  Marcos Kirsch 2ae0a573d9 Functional garage_door_opener example. 9 years ago