8000 Fix comment · arduino/micropython.js@8decdb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8decdb3

Browse files
committed
Fix comment
1 parent 45e28c2 commit 8decdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class MicroPythonBoard {
168168
timeout: timeout,
169169
})
170170

171-
// Write command using standard raw REPL, 256 bytes every 10ms.
171+
// Write command using standard raw REPL
172172
for (let i = 0; i < command.length; i += this.chunk_size) {
173173
const slice = Buffer.from(command.slice(i, i+this.chunk_size))
174174
await this.serial.write(slice)

0 commit comments

Comments
 (0)
0