Skip to content
Snippets Groups Projects
Commit 4c7292e6 authored by rmackay9's avatar rmackay9
Browse files

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.
parent 53c471e8
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ public: ...@@ -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 = 119; static const uint16_t k_format_version = 120;
// 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment