Commit cf24d04
amyboardweb: don't reboot the AMYboard after generating a sketch (#1068)
generate_sketch_from_prompt() auto-called restart_sketch() right after
loading the generated code. In control mode that sends zB1 — a full board
reboot (with the "Restarting…" modal) — which the user never asked for.
Just load the generated code into the editor and leave the board alone.
The user hits "Write to your AMYboard" when they're ready.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7558c43 commit cf24d04
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2878 | 2878 | | |
2879 | 2879 | | |
2880 | 2880 | | |
2881 | | - | |
2882 | | - | |
2883 | | - | |
2884 | | - | |
2885 | | - | |
2886 | | - | |
2887 | | - | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
2888 | 2884 | | |
2889 | 2885 | | |
2890 | 2886 | | |
| |||
0 commit comments