Skip to content

Commit

Permalink
Reactivated audio recording.
Browse files Browse the repository at this point in the history
  • Loading branch information
octavpo committed Oct 5, 2018
1 parent 9d488f8 commit f96a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/cmu/xprize/robotutor/RoboTutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public class RoboTutor extends Activity implements IReadyListener, IRoboTutor {

private Thread audioLogThread;
// TODO move to config file
private boolean RECORD_AUDIO = false;
private boolean RECORD_AUDIO = true;

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit f96a67d

Please sign in to comment.