You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output("No Transfer Protocol selected. Please select your Transfer Protocol and retry system initiation.");
3092
+
outputWarn("No Transfer Protocol selected. Please select your Transfer Protocol and retry system initiation.");
3093
3093
return;
3094
3094
} elseif (eegDataSource ==DATASOURCE_CYTON&& selectedProtocol ==BoardProtocol.SERIAL&& openBCI_portName =="N/A") { //if data source == normal && if no serial port selected OR no SD setting selected
3095
-
output("No Serial/COM port selected. Please select your Serial/COM port and retry system initiation.");
3095
+
outputWarn("No Serial/COM port selected. Attempting to AUTO-CONNECT to Cyton.");
output("No playback file selected. Please select a playback file and retry system initiation."); // tell user that they need to select a file before the system can be started
3102
+
outputWarn("No playback file selected. Please select a playback file and retry system initiation."); // tell user that they need to select a file before the system can be started
output("No Wifi Shield selected. Please select your Wifi Shield and retry system initiation.");
3108
+
outputWarn("No Wifi Shield selected. Please select your Wifi Shield and retry system initiation.");
3108
3109
return;
3109
3110
} elseif (eegDataSource ==-1) {//if no data source selected
3110
-
output("No DATA SOURCE selected. Please select a DATA SOURCE and retry system initiation.");//tell user they must select a data source before initiating system
3111
+
outputWarn("No DATA SOURCE selected. Please select a DATA SOURCE and retry system initiation.");//tell user they must select a data source before initiating system
0 commit comments