Skip to content

Commit

Permalink
Merge pull request #883 from OpenBCI/retiutut-patch-1
Browse files Browse the repository at this point in the history
Update BoardBrainflow.pde
  • Loading branch information
retiutut authored Sep 22, 2020
2 parents 9a8a644 + 06679f1 commit b1b03c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBCI_GUI/BoardBrainflow.pde
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ abstract class BoardBrainFlow extends Board {
}

try {
boardShim.start_stream (3600);
boardShim.start_stream ();
streaming = true;
}
catch (BrainFlowError e) {
Expand Down

0 comments on commit b1b03c5

Please sign in to comment.