Skip to content

Commit

Permalink
Blimp: unmark FORMAT_VERSION as read-only
Browse files Browse the repository at this point in the history
Matches other vehicles and allows GCSes to use documented behavior of a
zero write to FORMAT_VERSION to reset EEPROM contents.
  • Loading branch information
tpwrules authored and tridge committed Apr 10, 2024
1 parent 58c51f9 commit 319d1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Blimp/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 319d1a7

Please sign in to comment.