From 4d5e6e360fdc8e8a6882301d42ab6a457b1dcb43 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 3 Feb 2021 16:18:26 +0100 Subject: [PATCH] ci: change usb location/ports --- ci/hardware_tests/hardware.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/hardware_tests/hardware.cfg b/ci/hardware_tests/hardware.cfg index 9816a6fc7..0eb8d529b 100644 --- a/ci/hardware_tests/hardware.cfg +++ b/ci/hardware_tests/hardware.cfg @@ -1,16 +1,16 @@ # location of the uhub, can be found out by running `uhubctl` -T1_UHUB_LOCATION="1-1.2" +T1_UHUB_LOCATION="3-2" # to which port of the uhub the device is connected T1_UHUB_PORT="2" # camera device -T1_CAMERA="/dev/video2" +T1_CAMERA="/dev/video0" # arduino that pushes T1 buttons T1_ARDUINO_SERIAL="/dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_8573332373935181A0C0-if00" # location of the uhub, can be found out by running `uhubctl` -TT_UHUB_LOCATION="1-1.2" +TT_UHUB_LOCATION="3-2" # to which port of the uhub the device is connected TT_UHUB_PORT="3"