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

branch
eric7
changeset 11270
0e220c26e60e
parent 11265
0fb6d2c26cbf
diff -r ce3bcd9df3b3 -r 0e220c26e60e src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue May 06 11:09:21 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue May 06 15:32:29 2025 +0200
@@ -1027,7 +1027,7 @@
 </dl>
 <a NAME="BaseDevice.connectWifi" ID="BaseDevice.connectWifi"></a>
 <h4>BaseDevice.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>
@@ -1046,6 +1046,10 @@
 <dd>
 host name of the device (unused)
 </dd>
+<dt><i>country</i> (str)</dt>
+<dd>
+WiFi country code
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial