mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
hid pinout
This commit is contained in:
@@ -23,8 +23,10 @@ def main() -> None:
|
||||
loop = asyncio.get_event_loop()
|
||||
|
||||
hid = Hid(
|
||||
reset=int(config["hid"]["pinout"]["reset"]),
|
||||
device_path=str(config["hid"]["device"]),
|
||||
speed=int(config["hid"]["speed"]),
|
||||
reset_delay=float(config["hid"]["reset_delay"]),
|
||||
)
|
||||
|
||||
atx = Atx(
|
||||
|
||||
Reference in New Issue
Block a user