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

branch
eric7
changeset 9753
a774e75a45ca
parent 9749
5d409223cf3f
--- a/src/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html	Sat Feb 11 19:52:53 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html	Sat Feb 11 19:53:53 2023 +0100
@@ -68,6 +68,10 @@
 <td>Private slot to backup the currently flashed firmware.</td>
 </tr>
 <tr>
+<td><a href="#EspDevice.__createEsp32Submenu">__createEsp32Submenu</a></td>
+<td>Private method to create the ESP32 submenu.</td>
+</tr>
+<tr>
 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td>
 <td>Private slot to erase the device flash memory.</td>
 </tr>
@@ -195,6 +199,13 @@
 <p>
         Private slot to backup the currently flashed firmware.
 </p>
+<a NAME="EspDevice.__createEsp32Submenu" ID="EspDevice.__createEsp32Submenu"></a>
+<h4>EspDevice.__createEsp32Submenu</h4>
+<b>__createEsp32Submenu</b>(<i></i>)
+
+<p>
+        Private method to create the ESP32 submenu.
+</p>
 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a>
 <h4>EspDevice.__eraseFlash</h4>
 <b>__eraseFlash</b>(<i></i>)
@@ -204,7 +215,7 @@
 </p>
 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a>
 <h4>EspDevice.__firmwareVersionResponse</h4>
-<b>__firmwareVersionResponse</b>(<i>reply, implementation</i>)
+<b>__firmwareVersionResponse</b>(<i>reply</i>)
 
 <p>
         Private method handling the response of the latest version request.
@@ -215,11 +226,6 @@
 <dd>
 reference to the reply object
 </dd>
-<dt><i>implementation</i> (dict)</dt>
-<dd>
-dictionary containing the implementation data of the
-            connected device
-</dd>
 </dl>
 <a NAME="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a>
 <h4>EspDevice.__flashAddons</h4>
@@ -501,7 +507,7 @@
 <hr />
 <a NAME="createDevice" ID="createDevice"></a>
 <h2>createDevice</h2>
-<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>)
+<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>)
 
 <p>
     Function to instantiate a MicroPython device object.
@@ -528,6 +534,10 @@
 <dd>
 name of the board
 </dd>
+<dt><i>serialNumber</i> (str)</dt>
+<dd>
+serial number of the board
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial