diff -r 2b9546c0cbd9 -r a774e75a45ca src/eric7/Documentation/Source/eric7.MicroPython.PyBoardDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.PyBoardDevices.html Sat Feb 11 19:52:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.PyBoardDevices.html Sat Feb 11 19:53:53 2023 +0100 @@ -67,6 +67,10 @@ <td>Private slot to activate the bootloader and disconnect.</td> </tr> <tr> +<td><a href="#PyBoardDevice.__createPyboardMenu">__createPyboardMenu</a></td> +<td>Private method to create the pyboard submenu.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> <td>Private method to check, if the device volume is mounted.</td> </tr> @@ -198,6 +202,13 @@ <p> Private slot to activate the bootloader and disconnect. </p> +<a NAME="PyBoardDevice.__createPyboardMenu" ID="PyBoardDevice.__createPyboardMenu"></a> +<h4>PyBoardDevice.__createPyboardMenu</h4> +<b>__createPyboardMenu</b>(<i></i>) + +<p> + Private method to create the pyboard submenu. +</p> <a NAME="PyBoardDevice.__deviceVolumeMounted" ID="PyBoardDevice.__deviceVolumeMounted"></a> <h4>PyBoardDevice.__deviceVolumeMounted</h4> <b>__deviceVolumeMounted</b>(<i></i>) @@ -264,7 +275,7 @@ </dl> <a NAME="PyBoardDevice.__firmwareVersionResponse" ID="PyBoardDevice.__firmwareVersionResponse"></a> <h4>PyBoardDevice.__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. @@ -275,11 +286,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="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> <h4>PyBoardDevice.__flashMicroPython</h4> @@ -605,7 +611,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. @@ -632,6 +638,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>