Browse Source

Sub: Change EEPROM format version to 1

This will cause eeprom to be wiped, and defaults loaded when flashing
firmware from earlier versions.
mission-4.1.18
Jacob Walser 8 years ago committed by Andrew Tridgell
parent
commit
d83898db8c
  1. 2
      ArduSub/Parameters.h

2
ArduSub/Parameters.h

@ -16,7 +16,7 @@ public: @@ -16,7 +16,7 @@ public:
// The increment will prevent old parameters from being used incorrectly
// by newer code.
//
static const uint16_t k_format_version = 120;
static const uint16_t k_format_version = 1;
// The parameter software_type is set up solely for ground station use
// and identifies the software type (eg ArduPilotMega versus

Loading…
Cancel
Save