Revert "fix: flash-command for maixbit board"

This reverts commit b02cea0321.
Этот коммит содержится в:
Ron Evans 2022-04-12 15:22:48 +02:00
родитель 4858b27120
коммит f3afc7bbf3

Просмотреть файл

@ -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}"
}