Skip to content

Commit

Permalink
Merge branch 'OpenBekenIOT:gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
divadiow authored Nov 18, 2024
2 parents 9595048 + ff245eb commit 0c5d5d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue/filesystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,11 @@
// construct tarball class
this.tar = this.tarball();
console.log('mounted ota');
console.log('mounted filesystem');
this.getinfo();
setTimeout(() => {
this.read();
}, 250); // 250 ms
}
}
//@ sourceURL=/vue/filesystem.vue
Expand Down

0 comments on commit 0c5d5d2

Please sign in to comment.