Skip to content

Commit

Permalink
revise the wrong word blalk as blank
Browse files Browse the repository at this point in the history
chenjianqiang committed Nov 10, 2017
1 parent c480a66 commit 91d647e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ Demo 使用的通讯方式为非透传模式。非透传模式下需要在开发
blank_12k.bin-------------->0x1F8000 // 初始化用户参数区
blank.bin------------------>0x1FB000 // 初始化 RF_CAL 参数区。
esp_init_data_default.bin-->0x1FC000 // 初始化其他射频参数区
blalk.bin------------------>0x1FE000 // 初始化系统参数区
blank.bin------------------>0x1FE000 // 初始化系统参数区

> 注:ESP-LAUNCHER 上的 J82 跳针需要用跳线帽短接,否则无法下载
5. 固件烧写成功后,将 ESP8266 开发板标号 2 开关拨上,设置开发板为运行模式;将标号 1 开关拨上,给开发板上电。
2 changes: 1 addition & 1 deletion gen_misc.sh
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ echo "user1.2048.new.5.bin------->0x001000"
echo "blank_12k.bin-------------->0x1F8000"
echo "blank.bin------------------>0x1FB000"
echo "esp_init_data_default.bin-->0x1FC000"
echo "blalk.bin------------------>0x1FE000"
echo "blank.bin------------------>0x1FE000"
echo -e "\033[00m"


0 comments on commit 91d647e

Please sign in to comment.