Skip to content

Commit

Permalink
ci auto translate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Nov 28, 2024
1 parent 6a53954 commit 6ae409f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/libs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ <h1>🥢 Extended Library Interface Documentation<a class="headerlink" href="#ex
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="libfota2.html">libfota2 - fota Upgrade v2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="libfota2.html#libfota-request-cbfnc-opts">libfota.request(cbFnc, opts)</a></li>
<li class="toctree-l2"><a class="reference internal" href="libfota2.html#libfota2-request-cbfnc-opts">libfota2.request(cbFnc, opts)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="libnet.html">libnet - libnet synchronous blocking api based on the socket library, the socket library itself is asynchronous non-blocking api</a><ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/libs/libfota2.html
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@ <h1>libfota2 - fota Upgrade v2<a class="headerlink" href="#libfota2-fota-upgrade
<span class="n">sys</span><span class="p">.</span><span class="n">timerLoopStart</span><span class="p">(</span><span class="n">libfota2</span><span class="p">.</span><span class="n">request</span><span class="p">,</span> <span class="mi">4</span><span class="o">*</span><span class="mi">3600</span><span class="o">*</span><span class="mi">1000</span><span class="p">,</span> <span class="n">libfota_cb</span><span class="p">,</span> <span class="n">opts</span><span class="p">)</span>
</pre></div>
</div>
<section id="libfota-request-cbfnc-opts">
<h2>libfota.request(cbFnc, opts)<a class="headerlink" href="#libfota-request-cbfnc-opts" title="Permalink to this headline">#</a></h2>
<section id="libfota2-request-cbfnc-opts">
<h2>libfota2.request(cbFnc, opts)<a class="headerlink" href="#libfota2-request-cbfnc-opts" title="Permalink to this headline">#</a></h2>
<p>fota Upgrade</p>
<p><strong>Parameters</strong></p>
<div class="table-wrapper"><table class="colwidths-auto docutils align-default">
Expand Down Expand Up @@ -891,7 +891,7 @@ <h2>libfota.request(cbFnc, opts)<a class="headerlink" href="#libfota-request-cbf
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">libfota2 - fota Upgrade v2</a><ul>
<li><a class="reference internal" href="#libfota-request-cbfnc-opts">libfota.request(cbFnc, opts)</a></li>
<li><a class="reference internal" href="#libfota2-request-cbfnc-opts">libfota2.request(cbFnc, opts)</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion translated-docs/api/libs/libfota2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sys.timerLoopStart(libfota2.request, 4*3600*1000, libfota_cb, opts)

```

## libfota.request(cbFnc, opts)
## libfota2.request(cbFnc, opts)



Expand Down

0 comments on commit 6ae409f

Please sign in to comment.