modify led params

This commit is contained in:
2025-10-27 16:24:24 +08:00
parent a4d2e14f02
commit 78811099d8

View File

@@ -358,7 +358,7 @@ def build_ui(node: CtrlGuiNode) -> None:
try:
# TODO check input data
text = f"{color_input.value}, 10"
text = f"{color_input.value}, 0"
node.publish_info(text)
ui.notify(f'Sent: {text}')
except Exception as e: