Skip to content

Commit 642db1a

Browse files
committed
Fix download and upload disk paths
1 parent db1a278 commit 642db1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/arduino/store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function store(state, emitter) {
384384
contents
385385
)
386386
await serial.uploadFile(
387-
serial.getFullPath(
387+
disk.getFullPath(
388388
state.diskPath,
389389
state.diskNavigation,
390390
state.selectedFile
@@ -431,7 +431,7 @@ function store(state, emitter) {
431431
state.serialNavigation,
432432
state.selectedFile
433433
),
434-
serial.getFullPath(
434+
disk.getFullPath(
435435
state.diskPath,
436436
state.diskNavigation,
437437
state.selectedFile

0 commit comments

Comments
 (0)