moninj: restore urukul TTL control

This commit is contained in:
mwojcik 2024-07-03 10:00:29 +08:00 committed by Sébastien Bourdeauducq
parent e7faca81fc
commit 868e4defda
1 changed files with 0 additions and 2 deletions

View File

@ -391,8 +391,6 @@ def setup_from_ddb(ddb):
comment = v.get("comment") comment = v.get("comment")
if v["type"] == "local": if v["type"] == "local":
if v["module"] == "artiq.coredevice.ttl": if v["module"] == "artiq.coredevice.ttl":
if "ttl_urukul" in k:
continue
channel = v["arguments"]["channel"] channel = v["arguments"]["channel"]
force_out = v["class"] == "TTLOut" force_out = v["class"] == "TTLOut"
widget = _WidgetDesc(k, comment, _TTLWidget, (channel, force_out, k)) widget = _WidgetDesc(k, comment, _TTLWidget, (channel, force_out, k))