mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 08:30:34 +08:00
param: Max parameter name length increased to 80 characters
This commit is contained in:
@@ -11,7 +11,7 @@ Value value
|
||||
uint8 index
|
||||
|
||||
# Name of the parameter; always preferred over index if nonempty.
|
||||
uint8[<64] name
|
||||
uint8[<=80] 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[<64] name
|
||||
uint8[<=80] name
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# This type is nested in Value.
|
||||
#
|
||||
|
||||
uint8[<=80] value
|
||||
uint8[<64] value
|
||||
|
||||
Reference in New Issue
Block a user