mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
deploy: 467959cc3b
This commit is contained in:
parent
b0a86d1cfc
commit
d2aa912e1a
16 changed files with 132 additions and 58 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
<link rel="icon" href="../assets/images/favicon.png">
|
||||
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.5">
|
||||
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
|
||||
|
||||
|
||||
|
||||
|
|
@ -1330,17 +1330,6 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#view-the-bridge-source" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
View the bridge source
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -2785,17 +2774,6 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#view-the-bridge-source" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
View the bridge source
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -3264,7 +3242,12 @@
|
|||
- <code>get af</code>
|
||||
- <code>set af <value></code></p>
|
||||
<p><strong>Parameters:</strong>
|
||||
- <code>value</code>: Airtime factor (0-9)</p>
|
||||
- <code>value</code>: Airtime factor (0-9). After each transmission, the repeater enforces a silent period of approximately the on-air transmission time multiplied by the value. This results in a long-term duty cycle of roughly 1 divided by (1 plus the value). For example:
|
||||
- <code>af = 1</code> → ~50% duty
|
||||
- <code>af = 2</code> → ~33% duty
|
||||
- <code>af = 3</code> → ~25% duty
|
||||
- <code>af = 9</code> → ~10% duty<br />
|
||||
Yyou are responsible for choosing a value that is appropriate for your jurisdiction and channel plan (for example EU 868 Mhz 10% duty cycle regulation).</p>
|
||||
<p><strong>Default:</strong> <code>1.0</code></p>
|
||||
<hr />
|
||||
<h4 id="view-or-change-the-local-interference-threshold">View or change the local interference threshold</h4>
|
||||
|
|
@ -3535,10 +3518,6 @@ region save
|
|||
- <code>state</code>: <code>on</code>|<code>off</code></p>
|
||||
<p><strong>Default:</strong> <code>off</code></p>
|
||||
<hr />
|
||||
<h4 id="view-the-bridge-source">View the bridge source</h4>
|
||||
<p><strong>Usage:</strong>
|
||||
- <code>get bridge.source</code></p>
|
||||
<hr />
|
||||
<h4 id="add-a-delay-to-packets-routed-through-this-bridge">Add a delay to packets routed through this bridge</h4>
|
||||
<p><strong>Usage:</strong>
|
||||
- <code>get bridge.delay</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue