Browse Source

increase firmware version

this avoids problems with previously corrupted EEPROMs

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3235 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
tridge60@gmail.com 14 years ago
parent
commit
96c02ba974
  1. 4
      ArduCopterMega/Parameters.h

4
ArduCopterMega/Parameters.h

@ -17,7 +17,7 @@ public: @@ -17,7 +17,7 @@ public:
// The increment will prevent old parameters from being used incorrectly
// by newer code.
//
static const uint16_t k_format_version = 105;
static const uint16_t k_format_version = 106;
// The parameter software_type is set up solely for ground station use
// and identifies the software type (eg ArduPilotMega versus ArduCopterMega)
@ -170,7 +170,7 @@ public: @@ -170,7 +170,7 @@ public:
k_param_pid_crosstrack,
// 255: reserved
// 254,255: reserved
};
AP_Int16 format_version;

Loading…
Cancel
Save