Skip to content

Commit 0b9991b

Browse files
authored
Merge pull request #212 from makermelissa/serial-file-transfer
Update to latest REPL lib to fix delays
2 parents e787bbe + 6e15992 commit 0b9991b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ document.addEventListener('DOMContentLoaded', async (event) => {
588588
}
589589
}
590590
} else {
591-
await showMessage("USB Workflow is currently experiencing issues. See <a href=\"https://github.com/circuitpython/web-editor/issues/203\">GitHub issue #203</a> for more details. Please use Web Workflow.");
591+
//await showMessage("USB Workflow is currently experiencing issues. See <a href=\"https://github.com/circuitpython/web-editor/issues/203\">GitHub issue #203</a> for more details. Please use Web Workflow.");
592592
await checkConnected();
593593
}
594594
});

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2",
17-
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#2.1.0",
17+
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#2.1.1",
1818
"@codemirror/lang-python": "^6.1.6",
1919
"@fortawesome/fontawesome-free": "^6.5.2",
2020
"@xterm/addon-fit": "^0.10.0",

0 commit comments

Comments
 (0)