From 19053bb725bee586b8aabee530a04ab1975c745d Mon Sep 17 00:00:00 2001 From: Jason Short Date: Fri, 20 Jan 2012 10:12:08 -0800 Subject: [PATCH] Updated Firmware version --- ArduCopter/Parameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.h b/ArduCopter/Parameters.h index e2bf52f9e4..928f68d445 100644 --- a/ArduCopter/Parameters.h +++ b/ArduCopter/Parameters.h @@ -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 = 113; + static const uint16_t k_format_version = 114; // The parameter software_type is set up solely for ground station use // and identifies the software type (eg ArduPilotMega versus ArduCopterMega)