diff options
-rw-r--r-- | kvmd/apps/otgconf/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/otgconf/__init__.py b/kvmd/apps/otgconf/__init__.py index 55f62033..8035aade 100644 --- a/kvmd/apps/otgconf/__init__.py +++ b/kvmd/apps/otgconf/__init__.py @@ -112,7 +112,7 @@ class _GadgetControl: "driver": "otgconf", "pin": meta["func"], "mode": "output", - "pulse": {"delay": 0}, + "pulse": False, } config["view"]["table"].append(InlineList([ # type: ignore "#" + meta["name"], |