8000 Add code documentation · arduino/lab-micropython-editor@b5b5219 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5b5219

Browse files
committed
Add code documentation
1 parent d7422b1 commit b5b5219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async function store(state, emitter) {
175175
serialBridge.eval(data)
176176
term.scrollToBottom()
177177
})
178-
serialBridge.eval('\x02')
178+
serialBridge.eval('\x02') // Send Ctrl+B to enter normal repl mode
179179
}
180180
serialBridge.onData((data) => {
181181
term.write(data)

0 commit comments

Comments
 (0)
0