We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae1ab2 + 39f5b57 commit 3161240Copy full SHA for 3161240
1 file changed
OpenBCI_GUI/DataSourceSDCard.pde
@@ -51,7 +51,7 @@ class DataSourceSDCard implements DataSource, FileBoard, AccelerometerCapableBoa
51
}
52
else {
53
if (samplingRate == 0) {
54
- samplingRate = 125;
+ samplingRate = 250;
55
exgChannels = new int[] {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};
56
totalChannels = 21;
57
0 commit comments