We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5ea59 commit 9d2e47fCopy full SHA for 9d2e47f
2 files changed
OpenBCI_GUI/DataLogger.pde
@@ -218,6 +218,9 @@ class DataLogger {
218
}
219
220
public void setBfWriterDefaultFolder() {
221
+ if (settings.getSessionPath() != "") {
222
+ settings.setSessionPath(directoryManager.getRecordingsPath() + "OpenBCISession_" + sessionName);
223
+ }
224
fileWriterBF.setBrainFlowStreamerFolderName(sessionName, settings.getSessionPath());
225
226
OpenBCI_GUI/DataWriterBF.pde
@@ -90,6 +90,7 @@ public class DataWriterBF {
90
folderName = "";
91
folderPath = "";
92
fileName = null;
93
+ brainflowStreamer = "";
94
95
96
public String getBrainFlowStreamerRecordingFileName() {
0 commit comments