Skip to content
Snippets Groups Projects
Commit a03baf91 authored by Adolf András's avatar Adolf András
Browse files

Update of experiment timing based on the testers feedback.

parent ee212256
Branches main
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ class ExperimentNavigator(): ViewModel() { ...@@ -161,7 +161,7 @@ class ExperimentNavigator(): ViewModel() {
Log.d("Experiment", comm.id) Log.d("Experiment", comm.id)
_actualCommand.value = comm _actualCommand.value = comm
_experimentRun.value = comm.imgId _experimentRun.value = comm.imgId
delay(3000) delay(5000)
_actualCommand.value = action _actualCommand.value = action
delay(3000) delay(3000)
val lastArray = _eegDataListener?.getLatestData(1000) val lastArray = _eegDataListener?.getLatestData(1000)
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<string name="clench_command">When the X appears,\nclench your teeth!</string> <string name="clench_command">When the X appears,\nclench your teeth!</string>
<string name="rest_command">When the X appears,\njust rest!</string> <string name="rest_command">When the X appears,\njust rest!</string>
<string name="no_command"> </string> <string name="no_command"> </string>
<string name="train_home_label">This is the page to get data for tuning the Neural Network</string> <string name="train_home_label">This is the page to get data for tuning the Neural Network. In the next phase, the screen first shows the task to be performed, then the X appears when you should perform the given task.</string>
<string name="game_starter_label">Are you ready to start the game?</string> <string name="game_starter_label">Are you ready to start the game?</string>
</resources> </resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment