mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_BoardConfig: Fix parameter metadata
This commit is contained in:
parent
ea8b870067
commit
84e5e088de
@ -116,7 +116,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||||||
// @Param: SERIAL_NUM
|
// @Param: SERIAL_NUM
|
||||||
// @DisplayName: User-defined serial number
|
// @DisplayName: User-defined serial number
|
||||||
// @Description: User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot
|
// @Description: User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot
|
||||||
// @Range: -32767 32768
|
// @Range: -32768 32767
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("SERIAL_NUM", 5, AP_BoardConfig, vehicleSerialNumber, 0),
|
AP_GROUPINFO("SERIAL_NUM", 5, AP_BoardConfig, vehicleSerialNumber, 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user