From 680684e1ea0982cb290ab0c9a4d35864ec9b80dc Mon Sep 17 00:00:00 2001 From: Bigbits Date: Thu, 21 Mar 2019 05:30:15 +0800 Subject: [PATCH] fix bug --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 5ee8189..8951bc9 100644 --- a/platform.txt +++ b/platform.txt @@ -100,5 +100,5 @@ tools.manual_openocd.program.pattern="{path}{cmd}" -d0 -f {program.config} -c "f tools.kflash.path={runtime.tools.kflash.path}/ tools.kflash.cmd=python3 {runtime.tools.kflash.path}/kflash.py tools.kflash.cmd.windows={runtime.tools.kflash.path}/k-flash -tools.kflash.program.pattern="{cmd}" -p {serial.port} {build.path}/{build.project_name}.bin +tools.kflash.program.pattern={cmd} -p {serial.port} {build.path}/{build.project_name}.bin tools.kflash.program.pattern.windows="{cmd}" -d {serial.port} -b 2000000 {build.path}/{build.project_name}.bin \ No newline at end of file