Sub: Change EEPROM format version to 1

This will cause eeprom to be wiped, and defaults loaded when flashing
firmware from earlier versions.
This commit is contained in:
Jacob Walser 2016-12-02 21:17:47 -05:00 committed by Andrew Tridgell
parent 538e3f9c8f
commit d83898db8c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public:
// The increment will prevent old parameters from being used incorrectly // The increment will prevent old parameters from being used incorrectly
// by newer code. // 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 // The parameter software_type is set up solely for ground station use
// and identifies the software type (eg ArduPilotMega versus // and identifies the software type (eg ArduPilotMega versus