mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
Revert "fix: flash-command for maixbit board"
This reverts commit b02cea0321.
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
"build-tags": ["maixbit"],
|
"build-tags": ["maixbit"],
|
||||||
"serial": "uart",
|
"serial": "uart",
|
||||||
"linkerscript": "targets/maixbit.ld",
|
"linkerscript": "targets/maixbit.ld",
|
||||||
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
|
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user