We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489c27a commit 1311886Copy full SHA for 1311886
1 file changed
OpenBCI_GUI/SessionSettings.pde
@@ -1027,14 +1027,14 @@ class SessionSettings {
1027
} else if (dataSource == DATASOURCE_GANGLION) {
1028
filePath += fileNames[2];
1029
} else if (dataSource == DATASOURCE_PLAYBACKFILE) {
1030
- filePath += fileNames[4];
+ filePath += fileNames[3];
1031
} else if (dataSource == DATASOURCE_SYNTHETIC) {
1032
if (_nchan == NCHAN_GANGLION) {
1033
- filePath += fileNames[5];
+ filePath += fileNames[4];
1034
} else if (_nchan == NCHAN_CYTON) {
1035
- filePath += fileNames[6];
+ filePath += fileNames[5];
1036
} else {
1037
- filePath += fileNames[7];
+ filePath += fileNames[6];
1038
}
1039
1040
0 commit comments