mirror of https://github.com/ArduPilot/ardupilot
Copter: update firmware version to rc5
This commit is contained in:
parent
aa8e5b0aef
commit
c74821078b
|
@ -1,6 +1,6 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "ArduCopter V2.9-rc4"
|
||||
#define THISFIRMWARE "ArduCopter V2.9-rc5"
|
||||
/*
|
||||
* ArduCopter Version 2.9
|
||||
* Lead author: Jason Short
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
ArduCopter Release Notes:
|
||||
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 2.9-rc5 14-Jan-2013
|
||||
Improvements over 2.9-rc4:
|
||||
1) add constraint to loiter commanded roll and pitch angles
|
||||
2) relax altitude requirement for take-off command to complete
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 2.9-rc4 12-Jan-2013
|
||||
Improvements over 2.9-rc3:
|
||||
|
|
Loading…
Reference in New Issue