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 6, 2023
1 parent 3840827 commit 964b3ee
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 198 deletions.
2 changes: 1 addition & 1 deletion docs/_static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ <h1>🍴 LuatOS-SOC Interface Documentation<a class="headerlink" href="#luatos-s
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-init">wlan.init()</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-setmode-mode">wlan.setMode(mode)</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-ready">wlan.ready()</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-connect-ssid-password">wlan.connect(ssid, password)</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-connect-ssid-password-auto-reconnect">wlan.connect(ssid, password, auto_reconnect)</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-disconnect">wlan.disconnect()</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-scan">wlan.scan()</a></li>
<li class="toctree-l2"><a class="reference internal" href="wlan.html#wlan-scanresult">wlan.scanResult()</a></li>
Expand Down
9 changes: 6 additions & 3 deletions docs/api/wlan.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ <h2>wlan.ready()<a class="headerlink" href="#wlan-ready" title="Permalink to thi
<p>None</p>
</section>
<hr class="docutils"/>
<section id="wlan-connect-ssid-password">
<h2>wlan.connect(ssid, password)<a class="headerlink" href="#wlan-connect-ssid-password" title="Permalink to this headline">#</a></h2>
<section id="wlan-connect-ssid-password-auto-reconnect">
<h2>wlan.connect(ssid, password, auto_reconnect)<a class="headerlink" href="#wlan-connect-ssid-password-auto-reconnect" title="Permalink to this headline">#</a></h2>
<p>As a STATION, connect to the specified AP</p>
<p><strong>Parameters</strong></p>
<div class="table-wrapper"><table class="colwidths-auto docutils align-default">
Expand All @@ -836,6 +836,9 @@ <h2>wlan.connect(ssid, password)<a class="headerlink" href="#wlan-connect-ssid-p
<tr class="row-odd"><td><p>string</p></td>
<td><p>AP password of, optional</p></td>
</tr>
<tr class="row-even"><td><p>int</p></td>
<td><p>0 Turn off automatic reconnect, 1 turn on automatic reconnect. Auto reconnect is currently forced on</p></td>
</tr>
</tbody>
</table></div>
<p><strong>Return Value</strong></p>
Expand Down Expand Up @@ -1367,7 +1370,7 @@ <h2>wlan.staIp(dhcp_enable, ip, netmask, gateway)<a class="headerlink" href="#wl
<li><a class="reference internal" href="#wlan-init">wlan.init()</a></li>
<li><a class="reference internal" href="#wlan-setmode-mode">wlan.setMode(mode)</a></li>
<li><a class="reference internal" href="#wlan-ready">wlan.ready()</a></li>
<li><a class="reference internal" href="#wlan-connect-ssid-password">wlan.connect(ssid, password)</a></li>
<li><a class="reference internal" href="#wlan-connect-ssid-password-auto-reconnect">wlan.connect(ssid, password, auto_reconnect)</a></li>
<li><a class="reference internal" href="#wlan-disconnect">wlan.disconnect()</a></li>
<li><a class="reference internal" href="#wlan-scan">wlan.scan()</a></li>
<li><a class="reference internal" href="#wlan-scanresult">wlan.scanResult()</a></li>
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/_static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion translated-docs/api/wlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ None

---

## wlan.connect(ssid, password)
## wlan.connect(ssid, password, auto_reconnect)



Expand All @@ -122,6 +122,7 @@ As a STATION, connect to the specified AP
|-|-|
|string|AP of ssid|
|string|AP password of, optional|
|int|0 Turn off automatic reconnect, 1 turn on automatic reconnect. Auto reconnect is currently forced on|

**Return Value**

Expand Down
Loading

0 comments on commit 964b3ee

Please sign in to comment.