1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-15 14:55:43 +00:00

ci: change usb location/ports

This commit is contained in:
Martin Milata 2021-02-03 16:18:26 +01:00
parent c7b021e59e
commit 4d5e6e360f

View File

@ -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"