From 7e9778e160f89b91b541d71b56f7a3f773245343 Mon Sep 17 00:00:00 2001 From: funshine Date: Tue, 21 Oct 2014 12:34:34 +0800 Subject: [PATCH] net module api change, and some bug fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dfd08a1..6867a4c3 100644 --- a/README.md +++ b/README.md @@ -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。 烧入之后可以正常运行。