mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
make the sw version different for VARTest
so we don't accidentially load bad parameters into ArduPlane
This commit is contained in:
parent
47807ec68d
commit
4c5c9b5d3a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user