make the sw version different for VARTest

so we don't accidentially load bad parameters into ArduPlane
This commit is contained in:
Andrew Tridgell 2012-02-13 12:47:42 +11:00
parent c6b6898266
commit 9e4145b2c3

View File

@ -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 = 12;
static const uint16_t k_format_version = 1;
// The parameter software_type is set up solely for ground station use
// and identifies the software type (eg ArduPilotMega versus ArduCopterMega)