mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fixed msd cleanup
This commit is contained in:
parent
b6931bfa36
commit
444128940a
@ -17,7 +17,7 @@ def main() -> None:
|
|||||||
with gpio.bcm():
|
with gpio.bcm():
|
||||||
for (name, pin) in [
|
for (name, pin) in [
|
||||||
("hid_reset", config.hid.pinout.reset),
|
("hid_reset", config.hid.pinout.reset),
|
||||||
("msd_target", config.hid.pinout.target),
|
("msd_target", config.msd.pinout.target),
|
||||||
("msd_reset", config.msd.pinout.reset),
|
("msd_reset", config.msd.pinout.reset),
|
||||||
("atx_power_switch", config.atx.pinout.power_switch),
|
("atx_power_switch", config.atx.pinout.power_switch),
|
||||||
("atx_reset_switch", config.atx.pinout.reset_switch),
|
("atx_reset_switch", config.atx.pinout.reset_switch),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user