1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1900 get rid of highpower error by default again (too many false positives)

This commit is contained in:
Corvus Corax 2015-05-29 21:39:00 +02:00
parent ccfe39633e
commit c10717d3a2

View File

@ -46,7 +46,7 @@
<!-- minimum and maximum allowed thrust and setpoint for cruise speed -->
<field name="Safetymargins" units="" type="float"
elementnames="Wind, Stallspeed, Lowspeed, Highspeed, Overspeed, Lowpower, Highpower, Rollcontrol, Pitchcontrol"
defaultvalue="1, 1.0, 0.5, 1.5, 1.0, 1, 1, 1, 1" />
defaultvalue="1, 1.0, 0.5, 1.5, 1.0, 1, 0, 1, 1" />
<!-- Wind: degrees of crabbing allowed
Speeds: percentage (1.0=100%) of the limit to be over/onder
Power & Control: flag to turn on/off 0.0 =off 1.0 = on -->