Skip to content

Commit dd741df

Browse files
committed
Leveraging micropython.js implementation of fs_cat_binary.
Signed-off-by: ubi de feo <[email protected]>
1 parent 2da943e commit dd741df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Serial = {
5050
return board.fs_ils(folder)
5151
},
5252
loadFile: async (file) => {
53-
const output = await board.fs_cat(file)
53+
const output = await board.fs_cat_binary(file)
5454
return output || ''
5555
},
5656
removeFile: async (file) => {

0 commit comments

Comments
 (0)