src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html

branch
eric7
changeset 11270
0e220c26e60e
parent 11238
ddb3c3b4d679
diff -r ce3bcd9df3b3 -r 0e220c26e60e src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Tue May 06 11:09:21 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Tue May 06 15:32:29 2025 +0200
@@ -641,7 +641,7 @@
 </dl>
 <a NAME="EspDevice.connectWifi" ID="EspDevice.connectWifi"></a>
 <h4>EspDevice.connectWifi</h4>
-<b>connectWifi</b>(<i>ssid, password, hostname</i>)
+<b>connectWifi</b>(<i>ssid, password, hostname, country=""</i>)
 <p>
         Public method to connect a device to a WiFi network.
 </p>
@@ -660,6 +660,10 @@
 <dd>
 host name of the device
 </dd>
+<dt><i>country</i> (str)</dt>
+<dd>
+WiFi country code
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial