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

branch
eric7
changeset 11270
0e220c26e60e
parent 11265
0fb6d2c26cbf
equal deleted inserted replaced
11269:ce3bcd9df3b3 11270:0e220c26e60e
618 tuple of (bool, str) 618 tuple of (bool, str)
619 </dd> 619 </dd>
620 </dl> 620 </dl>
621 <a NAME="RP2Device.connectWifi" ID="RP2Device.connectWifi"></a> 621 <a NAME="RP2Device.connectWifi" ID="RP2Device.connectWifi"></a>
622 <h4>RP2Device.connectWifi</h4> 622 <h4>RP2Device.connectWifi</h4>
623 <b>connectWifi</b>(<i>ssid, password, hostname</i>) 623 <b>connectWifi</b>(<i>ssid, password, hostname, country=""</i>)
624 <p> 624 <p>
625 Public method to connect a device to a WiFi network. 625 Public method to connect a device to a WiFi network.
626 </p> 626 </p>
627 627
628 <dl> 628 <dl>
636 password needed to connect 636 password needed to connect
637 </dd> 637 </dd>
638 <dt><i>hostname</i> (str)</dt> 638 <dt><i>hostname</i> (str)</dt>
639 <dd> 639 <dd>
640 host name of the device 640 host name of the device
641 </dd>
642 <dt><i>country</i> (str)</dt>
643 <dd>
644 WiFi country code
641 </dd> 645 </dd>
642 </dl> 646 </dl>
643 <dl> 647 <dl>
644 <dt>Return:</dt> 648 <dt>Return:</dt>
645 <dd> 649 <dd>

eric ide

mercurial