Change NodeMCU firmware link to point to github project.

This commit is contained in:
Marcos Kirsch 2016-02-15 14:21:16 -06:00
parent 4d4442318d
commit 64f07cb38d

View File

@ -10,7 +10,7 @@
<img src="underconstruction.gif">
</div>
<p>
This page is served by <b>nodemcu-httpserver</b> running on an ESP8266 that uses the <a href="http://nodemcu.com/index_en.html">NodeMCU</a> firmware.
This page is served by <b>nodemcu-httpserver</b> running on an ESP8266 that uses the <a href="https://github.com/nodemcu/nodemcu-firmware">NodeMCU</a> firmware.
NodeMCU puts a <a href="http://www.lua.org">Lua</a> interpreter inside the ESP8266. This is surely one of the smallest web servers to date!
</p>