fix #1, memory leak when input from console
This commit is contained in:
parent
69945ffcff
commit
199f10f990
Binary file not shown.
|
@ -1,12 +1,9 @@
|
||||||
# **NodeMcu** #
|
# **NodeMcu** #
|
||||||
###A lua based firmware for wifi-soc esp8266
|
###A lua based firmware for wifi-soc esp8266
|
||||||
version 0.9.2 build 2014-12-02
|
version 0.9.2 build 2014-12-04
|
||||||
# Change log
|
# Change log
|
||||||
2014-12-02<br />
|
2014-12-04<br />
|
||||||
fix the heap recover too slow issue, heap will recover in seconds, not minutes.<br />
|
fix memory leak issue when input and run from console.
|
||||||
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.<br />
|
|
||||||
modify wifi.ap.config(), remove the restart at the end of config.
|
|
||||||
|
|
||||||
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
|
[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)
|
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)
|
||||||
|
|
Loading…
Reference in New Issue