Skip to content

Commit 3161240

Browse files
authored
Merge pull request #1135 from OpenBCI/fix-cytondaisy-sdcard-playback-samplingrate
Fix CytonDaisy + SD Card sampling rate
2 parents eae1ab2 + 39f5b57 commit 3161240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenBCI_GUI/DataSourceSDCard.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class DataSourceSDCard implements DataSource, FileBoard, AccelerometerCapableBoa
5151
}
5252
else {
5353
if (samplingRate == 0) {
54-
samplingRate = 125;
54+
samplingRate = 250;
5555
exgChannels = new int[] {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};
5656
totalChannels = 21;
5757
}

0 commit comments

Comments
 (0)