mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
d599959711
When the data to send is too long the program gives an exception.
7 lines
137 B
JSON
7 lines
137 B
JSON
{
|
|
"inherits": ["k210"],
|
|
"build-tags": ["maixbit"],
|
|
"linkerscript": "targets/maixbit.ld",
|
|
"flash-command": "kflash -p {port} {bin}"
|
|
}
|