Revert "fix: flash-command for maixbit board"

This reverts commit b02cea0321.
This commit is contained in:
Ron Evans
2022-04-12 15:22:48 +02:00
parent 4858b27120
commit f3afc7bbf3
+1 -1
View File
@@ -3,5 +3,5 @@
"build-tags": ["maixbit"],
"serial": "uart",
"linkerscript": "targets/maixbit.ld",
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
}