We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92b9de commit 95ef52dCopy full SHA for 95ef52d
index.html
@@ -112,9 +112,11 @@ <h2>Actions</h2>
112
<button id="flash_write" type="button" disabled>Flash Write</button>
113
<button id="flash_verify" type="button" disabled>Flash Verify</button>
114
<button id="flash_erase" type="button">Flash Erase</button>
115
+ </p>
116
+ <p>
117
<label for="end_reset">
118
<input id="end_reset" type="checkbox" checked />
- Reset device after
119
+ Reset device into user application after (otherwise stay in bootloader)
120
</label>
121
</p>
122
</section>
0 commit comments