Skip to content

Commit

Permalink
android: inform GB of end of file, activity tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Jul 4, 2023
1 parent 52af3fe commit 7d9c944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/android/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
Bluetooth.println("");
Bluetooth.println(JSON.stringify({t:"actTrk", log:event.id, line:line}));
line = log.readLine();
if (!line) {Bluetooth.println("end of recorder log");}
}
},

Expand Down

0 comments on commit 7d9c944

Please sign in to comment.