Skip to content

Commit 08ebe10

Browse files
author
Stefania
committed
updated example
1 parent c8aa343 commit 08ebe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const handleUpload = () => {
4141
};
4242

4343
// Upload a compiled sketch.
44-
daemon.upload(target, 'serial_mirror', { bin: HEX });
44+
daemon.uploadSerial(target, 'serial_mirror', { bin: HEX });
4545
};
4646

4747
const handleDownloadTool = e => {

0 commit comments

Comments
 (0)