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 db1a278 commit 642db1aCopy full SHA for 642db1a
ui/arduino/store.js
@@ -384,7 +384,7 @@ function store(state, emitter) {
384
contents
385
)
386
await serial.uploadFile(
387
- serial.getFullPath(
+ disk.getFullPath(
388
state.diskPath,
389
state.diskNavigation,
390
state.selectedFile
@@ -431,7 +431,7 @@ function store(state, emitter) {
431
state.serialNavigation,
432
433
),
434
435
436
437
0 commit comments