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 c8aa343 commit 08ebe10Copy full SHA for 08ebe10
test/app.jsx
@@ -41,7 +41,7 @@ const handleUpload = () => {
41
};
42
43
// Upload a compiled sketch.
44
- daemon.upload(target, 'serial_mirror', { bin: HEX });
+ daemon.uploadSerial(target, 'serial_mirror', { bin: HEX });
45
46
47
const handleDownloadTool = e => {
0 commit comments