--- a/src/eric7/Documentation/Source/eric7.MicroPython.PyBoardDevices.html Wed Feb 08 11:54:36 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.PyBoardDevices.html Wed Feb 08 18:09:19 2023 +0100 @@ -79,6 +79,10 @@ <td>Private method to find the workspace directory.</td> </tr> <tr> +<td><a href="#PyBoardDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> +<td>Private method handling the response of the latest version request.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> <td>Private slot to flash a MicroPython firmware.</td> </tr> @@ -95,6 +99,10 @@ <td>Private method to show some instructions to enable the DFU mode.</td> </tr> <tr> +<td><a href="#PyBoardDevice.__showFirmwareVersions">__showFirmwareVersions</a></td> +<td>Private slot to show the firmware version of the connected device and the available firmware version.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td> <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> </tr> @@ -254,6 +262,25 @@ str </dd> </dl> +<a NAME="PyBoardDevice.__firmwareVersionResponse" ID="PyBoardDevice.__firmwareVersionResponse"></a> +<h4>PyBoardDevice.__firmwareVersionResponse</h4> +<b>__firmwareVersionResponse</b>(<i>reply, implementation</i>) + +<p> + Private method handling the response of the latest version request. +</p> +<dl> + +<dt><i>reply</i> (QNetworkReply)</dt> +<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> <b>__flashMicroPython</b>(<i></i>) @@ -301,6 +328,14 @@ bool </dd> </dl> +<a NAME="PyBoardDevice.__showFirmwareVersions" ID="PyBoardDevice.__showFirmwareVersions"></a> +<h4>PyBoardDevice.__showFirmwareVersions</h4> +<b>__showFirmwareVersions</b>(<i></i>) + +<p> + Private slot to show the firmware version of the connected device and the + available firmware version. +</p> <a NAME="PyBoardDevice.__showFlashInstructions" ID="PyBoardDevice.__showFlashInstructions"></a> <h4>PyBoardDevice.__showFlashInstructions</h4> <b>__showFlashInstructions</b>(<i></i>)