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

branch
eric7
changeset 11270
0e220c26e60e
parent 11238
ddb3c3b4d679
equal deleted inserted replaced
11269:ce3bcd9df3b3 11270:0e220c26e60e
639 tuple of (bool, str) 639 tuple of (bool, str)
640 </dd> 640 </dd>
641 </dl> 641 </dl>
642 <a NAME="EspDevice.connectWifi" ID="EspDevice.connectWifi"></a> 642 <a NAME="EspDevice.connectWifi" ID="EspDevice.connectWifi"></a>
643 <h4>EspDevice.connectWifi</h4> 643 <h4>EspDevice.connectWifi</h4>
644 <b>connectWifi</b>(<i>ssid, password, hostname</i>) 644 <b>connectWifi</b>(<i>ssid, password, hostname, country=""</i>)
645 <p> 645 <p>
646 Public method to connect a device to a WiFi network. 646 Public method to connect a device to a WiFi network.
647 </p> 647 </p>
648 648
649 <dl> 649 <dl>
657 password needed to connect 657 password needed to connect
658 </dd> 658 </dd>
659 <dt><i>hostname</i> (str)</dt> 659 <dt><i>hostname</i> (str)</dt>
660 <dd> 660 <dd>
661 host name of the device 661 host name of the device
662 </dd>
663 <dt><i>country</i> (str)</dt>
664 <dd>
665 WiFi country code
662 </dd> 666 </dd>
663 </dl> 667 </dl>
664 <dl> 668 <dl>
665 <dt>Return:</dt> 669 <dt>Return:</dt>
666 <dd> 670 <dd>

eric ide

mercurial