net module api change, and some bug fix

This commit is contained in:
funshine 2014-10-21 12:34:34 +08:00
parent fd335e9c99
commit 7e9778e160
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@ nodeMcu API说明
=======
version 0.1 2014-10-11
串口输出 ERROR in flash_read: r=。。。
flash 错误
----
注意:有些模块在烧写之后启动,串口输出 ERROR in flash_read: r=。。。
这是因为模块原来的flash内部没有擦除。可使用blank.bin(4k)重复烧入其实地址0x47000, 0x48000, 0x49000, 0x4a000扇区
这是因为模块原来的flash内部没有擦除。
可使用blank.bin(4k)重复烧入其实地址0x47000, 0x48000, 0x49000, 0x4a000扇区.
或者自行生成一个512k大小的blank.bin, 内容为全0xFF从0x00000开始烧入flash。
烧入之后可以正常运行。