1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Merge branch 'theothercliff/OP-1421_Cruise_Control_xml_defaultvalue_is_incorrect' into next

This commit is contained in:
Cliff Geerdes 2014-07-29 14:19:54 -04:00
commit 9b189e86e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
--- RELEASE-14.06-RC5 --- Peanuts Schnapps ---
This Release Candidate fixes the following issues:
* [OP-1419] - GCS does not set Z magnetometer scale correctly on mag calibration
* [OP-1337] - French translations updates (14.04/05)
The full list of features, improvements and bugfixes in this release candidate is accessible here:
http://progress.openpilot.org/issues/?filter=11563
--- RELEASE-14.06-RC4 --- Peanuts Schnapps ---
This Release Candidate fixes the following issues:
* [OP-1413] - Disable Land flight mode

View File

@ -39,7 +39,7 @@
<field name="CruiseControlPowerDelayComp" units="sec" type="float" elements="1" defaultvalue="0.25"/>
<field name="CruiseControlFlightModeSwitchPosEnable" units="" type="enum" elements="6" options="FALSE,TRUE" defaultvalue="FALSE"/>
<field name="CruiseControlInvertedThrustReversing" units="" type="enum" elements="1" options="Unreversed,Reversed" defaultvalue="Unchanged"/>
<field name="CruiseControlInvertedThrustReversing" units="" type="enum" elements="1" options="Unreversed,Reversed" defaultvalue="Unreversed"/>
<field name="CruiseControlInvertedPowerOutput" units="" type="enum" elements="1" options="Zero,Normal,Boosted" defaultvalue="Zero"/>
<field name="LowThrottleZeroIntegral" units="" type="enum" elements="1" options="FALSE,TRUE" defaultvalue="TRUE"/>