mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
renamed otg config
This commit is contained in:
parent
4bdb06f108
commit
9b4b01f697
@ -187,7 +187,7 @@ def _cmd_start(config: Section) -> None:
|
||||
config_path = join(gadget_path, "configs/c.1")
|
||||
_mkdir(config_path)
|
||||
_mkdir(join(config_path, "strings/0x409"))
|
||||
_write(join(config_path, "strings/0x409/configuration"), "Config 1: ECM network")
|
||||
_write(join(config_path, "strings/0x409/configuration"), "Config 1: Pi-KVM device")
|
||||
_write(join(config_path, "MaxPower"), "250")
|
||||
|
||||
if config.otg.devices.serial.enabled:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user