diff --git a/README.md b/README.md index 4e7a4aeb..89794648 100644 --- a/README.md +++ b/README.md @@ -36,44 +36,32 @@ Tencent QQ group: 309957875
- cross compiler (done) # Change log +2015-06-25
+move constants to ROM. Frees up 16k+ of RAM.
+add dhtlib for DHT11/21/22/33/44, port from Arduino.
+add 433MHz transmission.
+add crypto library.
+re-add ws2812.write().
+add wifi.getchannel.
+changed wifi_setip() to allow setting SoftAP gateway to 0.0.0.0.
+added net.dns.setdnsserver and net.dns.getdnsserver.
+add support for lm92 temperature sensor.
+implement getStrWidth() and setFontLineSpacingFactor().
+add -Os flag to release and debug builds.
+changed output format of table that is output by wifi_scan_done.
+added ability to set scan configuration to wifi.sta.getap.
+added function wifi.sta.getconfig().
+allow connecting to unsecured WiFi networks.
+add setphymode and getphymode to wifi module.
+add multicastJoin and multicastLeave to net module.
+add Yeelink Modules.
+ 2015-03-31
polish mqtt module, add queue for mqtt module.
add reconnect option to mqtt.connect api, :connect( host, port, secure, auto_reconnect, function(client) )
move node.readvdd33 to adc.readvdd33.
tools/esptool.py supported NodeMCU devkit automatic flash. -2015-03-18
-update u8glib.
-merge everything to master. - -2015-03-17
-add cjson module, only cjson.encode() and cjson.decode() is implemented.
-read doc [here](https://github.com/nodemcu/nodemcu-firmware/blob/master/app/cjson/manual.txt) - -2015-03-15
-bugs fixed: #239, #273.
-reduce coap module memory usage, add coap module to default built. - -2015-03-11
-fix bugs of spiffs.
-build both float and integer version [latest releases](https://github.com/nodemcu/nodemcu-firmware/releases/latest).
-fix tmr.time().
-fix memory leak when DNS fail. - -2015-03-10
-update to the recent spiffs.
-add file.fsinfo() api, usage: remain, used, total = file.fsinfo().
-add Travis CI. please download the latest firmware from [releases](https://github.com/nodemcu/nodemcu-firmware/releases).
-add math lib, partial api work.
-u8g module, ws2812 module default enabled in dev-branch build. - -2015-02-13
-add node.compile() api to compile lua text file into lua bytecode file.
-this will reduce memory usage noticeably when require modules into NodeMCU.
-raise internal LUA_BUFFERSIZE from 1024 to 4096.
-lua require("mod") will load "mod.lc" file first if exist.
-build latest pre_build bin. - [more change log](https://github.com/nodemcu/nodemcu-firmware/wiki)
##GPIO NEW TABLE ( Build 20141219 and later)