1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OP-1764 Add explanation html for the new throttle/collective input channel min/max range check

This commit is contained in:
abeck70 2015-03-09 22:27:25 +11:00
parent 993481c11e
commit 2b12b18167

View File

@ -0,0 +1,17 @@
<html>
<head>
<title></title>
<meta content="">
<style></style>
</head>
<body>
<h1>System Configuration : BadThrottleOrCollectiveInputRange</h1>
<p>
There is a problem with throttle/collection channel configuration :
<ul>
<li>Redo your input calibration.</li>
<li>The range for the channel between min and max must be more than 300us.</li>
</ul>
</p>
</body>
</html>