Browse Source

50 rev

Work in progress, revved the EEPROM
mission-4.1.18
Jason Short 13 years ago
parent
commit
04b5776601
  1. 2
      ArduCopter/ArduCopter.pde
  2. 2
      ArduCopter/Parameters.h

2
ArduCopter/ArduCopter.pde

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#define THISFIRMWARE "ArduCopter V2.0.49 Beta"
#define THISFIRMWARE "ArduCopter V2.0.50 Beta"
/*
ArduCopter Version 2.0 Beta
Authors: Jason Short

2
ArduCopter/Parameters.h

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

Loading…
Cancel
Save