Browse Source

ArduCopter: incremented eeprom format version to force users to accept the new defaults.

Particularly important is the roll-pitch I term move from the stabilize to rate controllers.
mission-4.1.18
rmackay9 12 years ago
parent
commit
4395fad6e9
  1. 2
      ArduCopter/Parameters.h

2
ArduCopter/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 = 119;
static const uint16_t k_format_version = 120;
// The parameter software_type is set up solely for ground station use
// and identifies the software type (eg ArduPilotMega versus

Loading…
Cancel
Save