disabled otg tty by default

This commit is contained in:
Devaev Maxim 2020-07-31 14:31:05 +03:00
parent d22333f7d1
commit 8279304830

View File

@ -313,7 +313,7 @@ def _get_config_scheme() -> Dict:
},
"acm": {
"enabled": Option(True, type=valid_bool),
"enabled": Option(False, type=valid_bool),
},
"drives": {