mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
configurable gpio devices
This commit is contained in:
@@ -27,7 +27,5 @@ import os
|
||||
# XXX: Don't use these variables for any purpose other than testing.
|
||||
# It can be removed at any time.
|
||||
|
||||
GPIO_DEVICE_PATH = str(os.getenv("KVMD_GPIO_DEVICE_PATH", "/dev/gpiochip0")).strip()
|
||||
|
||||
SYSFS_PREFIX = str(os.getenv("KVMD_SYSFS_PREFIX", "")).strip()
|
||||
PROCFS_PREFIX = str(os.getenv("KVMD_PROCFS_PREFIX", "")).strip()
|
||||
|
||||
Reference in New Issue
Block a user