Skip to content

Commit 3b982bc

Browse files
committed
Copter: firmware version to 3.0.1
1 parent 0856e01 commit 3b982bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ArduCopter/ArduCopter.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
22

3-
#define THISFIRMWARE "ArduCopter V3.0.1-rc2"
3+
#define THISFIRMWARE "ArduCopter V3.0.1"
44
/*
55
* ArduCopter Version 3.0
66
* Creator: Jason Short

ArduCopter/ReleaseNotes.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ArduCopter Release Notes:
22
------------------------------------------------------------------
3-
ArduCopter 3.0.1-rc2 10-Jul-2013
3+
ArduCopter 3.0.1-rc2 / 3.0.1 11-Jul-2013
44
Improvements over 3.0.1-rc1
55
1) Rate Roll, Pitch and Yaw I fix when we hit motor limits
66
2) pre-arm check changes:
77
a) double flash arming light when pre-arm checks fail
88
b) relax mag field checks to 35% min, 165% max of expected field
99
3) loiter and auto changes:
10-
a) reduced Loiter Pos P to 0.8 (was 1.0)
11-
b) reduced Loiter speed to 5 m/s
12-
c) reduced WP_ACCEL to 1 m/s/s (was 250 m/s/s)
13-
d) rounding error fix in loiter controller
10+
a) reduced Loiter speed to 5 m/s
11+
b) reduced WP_ACCEL to 1 m/s/s (was 2.5 m/s/s)
12+
c) rounding error fix in loiter controller
13+
d) bug fix to stopping point calculation for RTL and loiter during missions
1414
4) Stability Patch fix which was freezing Rate Taw I term and allowing uncommanded Yaw
1515
------------------------------------------------------------------
1616
ArduCopter 3.0.1-rc1 26-Jun-2013

0 commit comments

Comments
 (0)