targets/maixbit: cleanup output from kflash command by removing ansi colors

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-07-08 12:16:06 +02:00
committed by Ron Evans
parent 33024d4aa2
commit ca8e1b075a
+1 -1
View File
@@ -2,5 +2,5 @@
"inherits": ["k210"],
"build-tags": ["maixbit"],
"linkerscript": "targets/maixbit.ld",
"flash-command": "kflash -p {port} {bin}"
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
}