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:
parent
538e3f9c8f
commit
d83898db8c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user