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 47807ec68d
commit 4c5c9b5d3a

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)