This commit is contained in:
jasonpcarroll 2025-08-26 15:29:29 -07:00 committed by GitHub
parent e0104d0dbb
commit ce90a4fce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,14 +17,14 @@ jobs:
- name: list usb hub devices and status
run: uhubctl
- name: disable board
run: uhubctl -l 1-1 -p 3 -a off
#- name: disable board
# run: uhubctl -l 1-1 -p 3 -a off
- name: list usb devices and status
run: uhubctl
#- name: list usb devices and status
# run: uhubctl
- name: enable board
run: uhubctl -l 1-1 -p 3 -a on
#- name: enable board
# run: uhubctl -l 1-1 -p 3 -a on
- name: list usb devices and status
run: uhubctl