mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
// @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
|
||||
// @Range: -32767 32768
|
||||
// @Range: -32768 32767
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("SERIAL_NUM", 5, AP_BoardConfig, vehicleSerialNumber, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue