fix #8, some minor change

This commit is contained in:
funshine 2014-12-02 12:28:27 +08:00
parent af8a8e3167
commit 5fbefd9826
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
# **NodeMcu** #
###A lua based firmware for wifi-soc esp8266
version 0.9.2 build 2014-11-30
version 0.9.2 build 2014-12-02
# Change log
2014-11-30<br />
modify the max freq of pwm module to 1000.<br />
modify the max duty cycle of pwm module to 1023.<br />
add uart module, uart.on("data") api to receive data from uart.
2014-12-02<br />
fix the heap recover too slow issue, heap will recover in seconds, not minutes.<br />
modify the return of file.open, return nil if file not exist, true if opend ok.<br />
move startup version display before doing the init.lua.
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)