mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
module_schema.yaml: add 'decimal' and 'increment' for floats
This commit is contained in:
parent
4c4ce09005
commit
d44302c03b
@ -123,6 +123,12 @@ parameters:
|
||||
max:
|
||||
# Optional maximum value (only for int32 or float)
|
||||
type: number
|
||||
decimal:
|
||||
# Optional number of decimal places to display (only for float)
|
||||
type: number
|
||||
increment:
|
||||
# Optional increment step size (for a GCS) (only for float)
|
||||
type: number
|
||||
unit:
|
||||
# Optional parameter unit (only for int32 or float)
|
||||
# (Extend this list as needed)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user