mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_BoardConfig: fix invalid Range meta data
This commit is contained in:
parent
07c0c6d519
commit
2b1bc22b2a
@ -82,7 +82,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 to 32768 (any 16bit signed number)
|
||||
// @Range: -32767 32768
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("SERIAL_NUM", 5, AP_BoardConfig, vehicleSerialNumber, 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user