Skip to content

Commit a9749d2

Browse files
committed
remove kflash color syntax for linux...
1 parent c502344 commit a9749d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ recipe.size.regex=\s*[0-9]+\s+[0-9]+\s+[0-9]+\s+([0-9]+).*
9191
tools.kflash.path={runtime.tools.kflash.path}/
9292
tools.kflash.cmd=python3 {runtime.tools.kflash.path}/kflash.py
9393
tools.kflash.cmd.windows={runtime.tools.kflash.path}/kflash_py
94-
tools.kflash.program.pattern={cmd} -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
94+
tools.kflash.program.pattern={cmd} -n -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
9595
tools.kflash.program.pattern.windows="{cmd}" -n -p {serial.port} -b {build.burn_baudrate} -B {build.burn_tool_firmware} {build.path}/{build.project_name}.bin
9696

9797

0 commit comments

Comments
 (0)