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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 11167
a3f5af773bc7
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html	Sat Apr 20 18:02:35 2024 +0200
@@ -1605,7 +1605,7 @@
 </dl>
 <a NAME="CircuitPythonDevice.writeCredentials" ID="CircuitPythonDevice.writeCredentials"></a>
 <h4>CircuitPythonDevice.writeCredentials</h4>
-<b>writeCredentials</b>(<i>ssid, password, hostname, country</i>)
+<b>writeCredentials</b>(<i>ssid, password, hostname, _country</i>)
 <p>
         Public method to write the given credentials to the connected device and modify
         the start script to connect automatically.
@@ -1625,7 +1625,7 @@
 <dd>
 host name of the device
 </dd>
-<dt><i>country</i> (str)</dt>
+<dt><i>_country</i> (str)</dt>
 <dd>
 WiFi country code (unused)
 </dd>
@@ -1679,7 +1679,7 @@
 <hr />
 <a NAME="createDevice" ID="createDevice"></a>
 <h2>createDevice</h2>
-<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>)
+<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, _serialNumber</i>)
 <p>
     Function to instantiate a MicroPython device object.
 </p>
@@ -1706,9 +1706,9 @@
 <dd>
 name of the board
 </dd>
-<dt><i>serialNumber</i> (str)</dt>
+<dt><i>_serialNumber</i> (str)</dt>
 <dd>
-serial number of the board
+serial number of the board (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial