mirror of https://github.com/ArduPilot/ardupilot
Blimp: unmark FORMAT_VERSION as read-only
Matches other vehicles and allows GCSes to use documented behavior of a zero write to FORMAT_VERSION to reset EEPROM contents.
This commit is contained in:
parent
58c51f9fe6
commit
319d1a794f
|
@ -27,7 +27,6 @@ const AP_Param::Info Blimp::var_info[] = {
|
|||
// @DisplayName: Eeprom format version number
|
||||
// @Description: This value is incremented when changes are made to the eeprom format
|
||||
// @User: Advanced
|
||||
// @ReadOnly: True
|
||||
GSCALAR(format_version, "FORMAT_VERSION", 0),
|
||||
|
||||
// @Param: SYSID_THISMAV
|
||||
|
|
Loading…
Reference in New Issue