deprecated old streaming hardware control

This commit is contained in:
Devaev Maxim
2020-09-12 12:07:19 +03:00
parent 9ab7726736
commit 1dad3ee3ad
4 changed files with 15 additions and 54 deletions

View File

@@ -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)