remove restart at the end of wifi.ap.config

This commit is contained in:
funshine 2014-12-02 15:24:56 +08:00
parent 5fbefd9826
commit 69945ffcff
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,8 @@ version 0.9.2 build 2014-12-02
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.
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 />
[更多变更日志](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn#change_log)