From 64f07cb38d4830de6db63d76a939e594d2fe3466 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Mon, 15 Feb 2016 14:21:16 -0600 Subject: [PATCH] Change NodeMCU firmware link to point to github project. --- http/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/index.html b/http/index.html index ef81901..2620f91 100644 --- a/http/index.html +++ b/http/index.html @@ -10,7 +10,7 @@

- This page is served by nodemcu-httpserver running on an ESP8266 that uses the NodeMCU firmware. + 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!