Skip to content

Commit 590fb20

Browse files
m-macaskillpeircej
authored andcommitted
BF: fix typo in ioHub YAML config file
This tab character threw an error when trying to run some SMI ioHub demos. This was one of the issues noted previously in #1372
1 parent b4d16d3 commit 590fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psychopy/demos/coder/iohub/eyetracking/selectTracker/eyetracker_configs/iviewx_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ monitor_devices:
3232
# IP address of local computer
3333
receive_ip_address: 127.0.0.1
3434
# port being used by iView X SDK for receiving data from iView X
35-
receive_port: 5555
35+
receive_port: 5555
3636
runtime_settings:
3737
# The iViewX supports, dependent on
3838
# model and mode, sampling rates of 50, 60, 120, 240, 200, 250, 350, 500, and 1250 Hz

0 commit comments

Comments
 (0)