Skip to content

Commit

Permalink
Deployed 6d2fbb2 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 22, 2025
1 parent ed6ac52 commit 67e3135
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ <h3 id="supported-protocols">Supported Protocols<a class="headerlink" href="#sup
<ul>
<li>MSP (MultiWii Serial Protocol)</li>
<li>LTM (Lightweight Telemetry)</li>
<li>MAVLink (INAV telemetry subset)</li>
<li>MAVLink (INAV telemetry 'push' subset)</li>
<li>Smartport (direct / via inverter / or from Multi-protocol Module)</li>
<li>Crossfire (CRSF)</li>
<li>Flysky AA (via Multi-protocol Module)</li>
Expand Down
25 changes: 25 additions & 0 deletions mwp-Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#list-of-mwp-settings_1" class="md-nav__link">
<span class="md-ellipsis">
List of mwp settings
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1653,6 +1662,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#list-of-mwp-settings_1" class="md-nav__link">
<span class="md-ellipsis">
List of mwp settings
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1960,6 +1978,7 @@ <h4 id="dconf-editor">dconf-editor<a class="headerlink" href="#dconf-editor" tit
<figcaption>dconf-editor, editing a setting</figcaption>
</figure>
<h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#list-of-mwp-settings" title="Permanent link">#</a></h3>
<h3 id="list-of-mwp-settings_1">List of mwp settings<a class="headerlink" href="#list-of-mwp-settings_1" title="Permanent link">#</a></h3>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -2271,6 +2290,12 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>""</td>
</tr>
<tr>
<td>mavlink-sysid</td>
<td>Sysid for synthesised MAVLink</td>
<td>System ID in the range 2-255 (see https://ardupilot.org/dev/docs/mavlink-basics.html and GCS guidance ibid)</td>
<td>106</td>
</tr>
<tr>
<td>max-climb-angle</td>
<td>Maximum climb angle highlight for terrain analysis</td>
<td>If non-zero, any climb angles exceeding the specified value will be highlighted in Terrain Analysis Climb / Dive report. Note that the absolute value is taken as a positive (climb) angle</td>
Expand Down
25 changes: 25 additions & 0 deletions mwp-Gtk4-migration-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#list-of-mwp-settings_1" class="md-nav__link">
<span class="md-ellipsis">
List of mwp settings
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1641,6 +1650,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#list-of-mwp-settings_1" class="md-nav__link">
<span class="md-ellipsis">
List of mwp settings
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1898,6 +1916,7 @@ <h3 id="macos">MacOS<a class="headerlink" href="#macos" title="Permanent link">#
</ul>
<h2 id="gsetting-keys">Gsetting keys<a class="headerlink" href="#gsetting-keys" title="Permanent link">#</a></h2>
<h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#list-of-mwp-settings" title="Permanent link">#</a></h3>
<h3 id="list-of-mwp-settings_1">List of mwp settings<a class="headerlink" href="#list-of-mwp-settings_1" title="Permanent link">#</a></h3>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -2209,6 +2228,12 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>""</td>
</tr>
<tr>
<td>mavlink-sysid</td>
<td>Sysid for synthesised MAVLink</td>
<td>System ID in the range 2-255 (see https://ardupilot.org/dev/docs/mavlink-basics.html and GCS guidance ibid)</td>
<td>106</td>
</tr>
<tr>
<td>max-climb-angle</td>
<td>Maximum climb angle highlight for terrain analysis</td>
<td>If non-zero, any climb angles exceeding the specified value will be highlighted in Terrain Analysis Climb / Dive report. Note that the absolute value is taken as a positive (climb) angle</td>
Expand Down
1 change: 1 addition & 0 deletions mwp-multi-procotol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,7 @@ <h2 id="telemetry-forwarding">Telemetry Forwarding<a class="headerlink" href="#t
<ul>
<li>Where a telemetry protocol offers different versions (<code>MSP</code>, <code>MAVlink</code>), mwp will forward the version received.</li>
<li>For MAVLink, mwp uses a <code>sysid</code> of <code>106</code> (UTF8 <code>j</code>).</li>
<li>The MAVLink <code>system id</code> may be set with the setting <code>mavlink-sysid</code>, in the range 2-255 (see https://ardupilot.org/dev/docs/mavlink-basics.html and GCS guidance ibid)</li>
</ul>
<p>e.g.</p>
<p><div class="highlight"><pre><span></span><code># setting
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 67e3135

Please sign in to comment.