Browse Source

Copter: change firmware version to 3.0.0-rc1

master
Randy Mackay 12 years ago
parent
commit
0592475959
  1. 2
      ArduCopter/ArduCopter.pde
  2. 2
      ArduCopter/ReleaseNotes.txt

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 V3.0.1"
#define THISFIRMWARE "ArduCopter V3.0.1-rc1"
/*
* ArduCopter Version 3.0
* Creator: Jason Short

2
ArduCopter/ReleaseNotes.txt

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
ArduCopter Release Notes:
------------------------------------------------------------------
ArduCopter 3.0.1 26-Jun-2013
ArduCopter 3.0.1-rc1 26-Jun-2013
Improvements over 3.0.0
1) bug fix to Fence checking position after GPS lock was lost
2) bug fix to LAND so that it does not attempt to maintain horizontal position without GPS lock

Loading…
Cancel
Save