Skip to content

Commit

Permalink
tweak for espruino#766 to copy with very slow file reads
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams authored and zdooder committed Jul 16, 2021
1 parent ef92e00 commit 714d4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/gpsrec/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
Util.showModal("Loading Tracks...");
domTracks.innerHTML = "";
Puck.write(`\x10(function() {
Bluetooth.println("");
for (var n=0;n<36;n++) {
var f = require("Storage").open(".gpsrc"+n.toString(36),"r");
var l = f.readLine();
Expand Down

0 comments on commit 714d4ab

Please sign in to comment.