mirror of https://github.com/ArduPilot/ardupilot
Let's keep the same format version until CAMERA is activated by default
This commit is contained in:
parent
2cebd44313
commit
bd632e9d01
|
@ -17,7 +17,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 = 14;
|
static const uint16_t k_format_version = 13;
|
||||||
|
|
||||||
// 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 ArduCopterMega)
|
// and identifies the software type (eg ArduPilotMega versus ArduCopterMega)
|
||||||
|
@ -360,6 +360,8 @@ public:
|
||||||
PID pidNavPitchAltitude;
|
PID pidNavPitchAltitude;
|
||||||
|
|
||||||
Parameters() :
|
Parameters() :
|
||||||
|
// variable default
|
||||||
|
//----------------------------------------
|
||||||
format_version (k_format_version),
|
format_version (k_format_version),
|
||||||
software_type (k_software_type),
|
software_type (k_software_type),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue