mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 20:54:07 +08:00
Max parameter name length increased to 92 in order to provide enough space for messaging configuration parameters (12-byte prefix + 80-char type name)
This commit is contained in:
parent
ee67e2f7fb
commit
f63f22bd2b
@ -2,6 +2,6 @@
|
||||
# Generic named parameter (key/value pair).
|
||||
#
|
||||
|
||||
uint8[<=80] key
|
||||
uint8[<=92] key
|
||||
|
||||
uavcan.protocol.param.Value value
|
||||
|
||||
@ -11,7 +11,7 @@ Value value
|
||||
uint8 index
|
||||
|
||||
# Name of the parameter; always preferred over index if nonempty.
|
||||
uint8[<=80] name
|
||||
uint8[<=92] name
|
||||
|
||||
---
|
||||
|
||||
@ -27,4 +27,4 @@ Value max_value # Optional
|
||||
Value min_value # Optional
|
||||
|
||||
# Empty name in response indicates that there is no such parameter
|
||||
uint8[<=80] name
|
||||
uint8[<=92] name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user