From ca8e1b075a0445f2ca72dfefd6db517c1b0cfec0 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 8 Jul 2020 12:16:06 +0200 Subject: [PATCH] targets/maixbit: cleanup output from kflash command by removing ansi colors Signed-off-by: deadprogram --- targets/maixbit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/maixbit.json b/targets/maixbit.json index 8799fd2b..21322072 100644 --- a/targets/maixbit.json +++ b/targets/maixbit.json @@ -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}" }