modify led params
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user