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

branch
eric7
changeset 11270
0e220c26e60e
parent 11265
0fb6d2c26cbf
equal deleted inserted replaced
11269:ce3bcd9df3b3 11270:0e220c26e60e
1025 tuple of (bool, str) 1025 tuple of (bool, str)
1026 </dd> 1026 </dd>
1027 </dl> 1027 </dl>
1028 <a NAME="BaseDevice.connectWifi" ID="BaseDevice.connectWifi"></a> 1028 <a NAME="BaseDevice.connectWifi" ID="BaseDevice.connectWifi"></a>
1029 <h4>BaseDevice.connectWifi</h4> 1029 <h4>BaseDevice.connectWifi</h4>
1030 <b>connectWifi</b>(<i>ssid, password, hostname</i>) 1030 <b>connectWifi</b>(<i>ssid, password, hostname, country=""</i>)
1031 <p> 1031 <p>
1032 Public method to connect a device to a WiFi network. 1032 Public method to connect a device to a WiFi network.
1033 </p> 1033 </p>
1034 1034
1035 <dl> 1035 <dl>
1043 password needed to connect (unused) 1043 password needed to connect (unused)
1044 </dd> 1044 </dd>
1045 <dt><i>hostname</i> (str)</dt> 1045 <dt><i>hostname</i> (str)</dt>
1046 <dd> 1046 <dd>
1047 host name of the device (unused) 1047 host name of the device (unused)
1048 </dd>
1049 <dt><i>country</i> (str)</dt>
1050 <dd>
1051 WiFi country code
1048 </dd> 1052 </dd>
1049 </dl> 1053 </dl>
1050 <dl> 1054 <dl>
1051 <dt>Return:</dt> 1055 <dt>Return:</dt>
1052 <dd> 1056 <dd>

eric ide

mercurial