mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Sub: 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
d5a25d7c89
commit
58c51f9fe6
@ -36,7 +36,6 @@ const AP_Param::Info Sub::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
Block a user