diff options
author | Devaev Maxim <[email protected]> | 2020-09-12 12:07:19 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-12 13:26:34 +0300 |
commit | 1dad3ee3ad73372815a56c4b8f3dc7550264ef6d (patch) | |
tree | d58c9124f269af4e1569acfefb9730d43c270a02 /kvmd/apps/cleanup/__init__.py | |
parent | 9ab7726736fdca6f87e8c0d1246bd038da0631b4 (diff) |
deprecated old streaming hardware control
Diffstat (limited to 'kvmd/apps/cleanup/__init__.py')
-rw-r--r-- | kvmd/apps/cleanup/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kvmd/apps/cleanup/__init__.py b/kvmd/apps/cleanup/__init__.py index 708e3399..5b6f2860 100644 --- a/kvmd/apps/cleanup/__init__.py +++ b/kvmd/apps/cleanup/__init__.py @@ -57,9 +57,6 @@ def _clear_gpio(config: Section) -> None: ("msd_relay/target", config.msd.target_pin), ("msd_relay/reset", config.msd.reset_pin), ] if config.msd.type == "relay" else []), - - ("streamer/cap", config.streamer.cap_pin), - ("streamer/conv", config.streamer.conv_pin), ]: if pin >= 0: logger.info("Writing 0 to GPIO pin=%d (%s)", pin, name) |