mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
maixbit (uart): working on data tx
When the data to send is too long the program gives an exception.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"inherits": ["k210"],
|
||||
"build-tags": ["maixbit"],
|
||||
"linkerscript": "targets/maixbit.ld",
|
||||
"flash-command": "kflash -p {port} {hex}"
|
||||
"flash-command": "kflash -p {port} {bin}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user