From 8294f4b7e03a5969d980d167635f857f05769908 Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Tue, 7 Nov 2023 00:15:54 +0300 Subject: [PATCH] add notes to default registers --- Cyphal/params.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cyphal/params.yaml b/Cyphal/params.yaml index 64fdcfb..8bdca4e 100644 --- a/Cyphal/params.yaml +++ b/Cyphal/params.yaml @@ -1,4 +1,5 @@ uavcan.node.id: + note: Defines a node-ID. Allowed values [0,127]. type: Integer enum: PARAM_NODE_ID flags: mutable @@ -7,12 +8,14 @@ uavcan.node.id: max: 256 system.name: + note: Defines custom node name. If empty, the node will use the default name. type: String enum: PARAM_NODE_NAME flags: mutable default: "" uavcan.node.description: + note: User/integrator-defined, human-readable description of this specific node. type: String enum: PARAM_NODE_DESCRIPTION flags: mutable