mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: update firmware version to 2.9-rc2
This commit is contained in:
parent
8b497cc61d
commit
c2fb2eb21e
|
@ -1,6 +1,6 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "ArduCopter V2.9-rc1"
|
||||
#define THISFIRMWARE "ArduCopter V2.9-rc2"
|
||||
/*
|
||||
* ArduCopter Version 2.9
|
||||
* Lead author: Jason Short
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
ArduCopter Release Notes:
|
||||
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 2.9-rc2 31-Dec-2012
|
||||
Improvements over 2.9-rc2:
|
||||
1) increased throttle rate gains from 1.0 to 6.0
|
||||
2) APM1 fix so it works with inertial nav (5hz update rate of baro was beyond the tolerance set in the inav library)
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 2.9-rc1 23-Dec-2012
|
||||
Improvements over 2.8.1:
|
||||
|
|
Loading…
Reference in New Issue