Skip to content

Commit

Permalink
Updated docs and manual
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 22, 2024
1 parent 823bfd5 commit 04d2626
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/Reticulum Manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manual/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,7 @@ <h2>Buffer<a class="headerlink" href="#buffer" title="Permalink to this heading"

<span class="c1"># In this case, we can also set the indicated bit-</span>
<span class="c1"># rate of the interface to the serial port speed.</span>
<span class="bp">self</span><span class="o">.</span><span class="n">bitrate</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">speed</span>
<span class="bp">self</span><span class="o">.</span><span class="n">bitrate</span> <span class="o">=</span> <span class="n">speed</span>

<span class="c1"># Configure internal properties on the interface</span>
<span class="c1"># according to the supplied configuration.</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 04d2626

Please sign in to comment.