From 4a2dafccc840fa829bbe6123cbd1f969a1772ca6 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sun, 15 Mar 2015 22:09:18 -0500 Subject: [PATCH] Reorder, add image, add garage example --- http/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/http/index.html b/http/index.html index 887bd6a..cd906a8 100644 --- a/http/index.html +++ b/http/index.html @@ -6,8 +6,9 @@

Hello World!

-
-
+
+ +

This page is served by nodemcu-httpserver running on an ESP8266 that uses the NodeMCU firmware. NodeMCU puts a Lua interpreter inside the ESP8266. This is surely one of the smallest web servers to date! @@ -20,9 +21,10 @@

  • Index: This page (static)
  • Arguments: Parses arguments passed in the URL and prints them. (Lua)
  • -
  • List all server files: Displays a list of all the server files. (Lua)
  • +
  • Garage door opener: Control GPIO lines via the server. (Lua)
  • NodeMCU info: Shows some basic NodeMCU(Lua)
  • -
  • Foo: A file that isn't actually in the server. Should error (error)
  • +
  • List all server files: Displays a list of all the server files. (Lua)
  • +
  • Foo: A file that isn't actually in the server. Should error (404 error)