Releases: nodemcu/nodemcu-firmware
Releases · nodemcu/nodemcu-firmware
1.4.0-master_20151229: Retroactively tagged stable drop
Due to the ever-growing number of modules available within NodeMCU, pre-built binaries are no longer made available. Use the automated custom firmware build service to get the specific firmware configuration you need, or consult the documentation for details on firmware building.
0.9.6-dev_20150704: Fix documents.
Add node.restore() to restore Wi-Fi. Changed wifi.startsmart, see also https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#wifistartsmart.
0.9.6-dev_20150627
fixed ap/station-ap cannot connect to the device.
added wifi.ap.getconfig().
fixed net.dns.getdnsserver().
added new base64 lua example.
added node.bootreason() to inspect boot cause.
optimization of u8g.
0.9.6-dev_20150625
Johny Mattsson's commit almost doubling the available Lua heap.
0.9.6-dev_20150406
bump to 0.9.6
0.9.6-dev_20150331
update mqtt, see readme.md
0.9.5_20150318
quick fix cjson.encode
dev_json_20150317
add cjson module
dev20150311
add interger version, fix #234, #252, #246
dev20150310-2
fix from pellepl/spiffs