This commit is contained in:
Maxim Devaev 2023-08-10 00:23:43 +03:00
parent 73776e8fd3
commit a2abf090af

View File

@ -112,7 +112,7 @@ class _GadgetControl:
"driver": "otgconf", "driver": "otgconf",
"pin": meta["func"], "pin": meta["func"],
"mode": "output", "mode": "output",
"pulse": {"delay": 0}, "pulse": False,
} }
config["view"]["table"].append(InlineList([ # type: ignore config["view"]["table"].append(InlineList([ # type: ignore
"#" + meta["name"], "#" + meta["name"],