--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicrobitDevices.html Wed Feb 08 11:54:36 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicrobitDevices.html Wed Feb 08 18:09:19 2023 +0100 @@ -64,6 +64,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#MicrobitDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> +<td>Private method handling the response of the latest version request.</td> +</tr> +<tr> <td><a href="#MicrobitDevice.__flashMicroPython">__flashMicroPython</a></td> <td>Private slot to flash MicroPython or the DAPLink firmware to the device.</td> </tr> @@ -80,6 +84,10 @@ <td>Private method to save the current script onto the connected device.</td> </tr> <tr> +<td><a href="#MicrobitDevice.__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="#MicrobitDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> <td>Public method to add device specific entries to the given menu.</td> </tr> @@ -160,6 +168,25 @@ reference to the parent object </dd> </dl> +<a NAME="MicrobitDevice.__firmwareVersionResponse" ID="MicrobitDevice.__firmwareVersionResponse"></a> +<h4>MicrobitDevice.__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="MicrobitDevice.__flashMicroPython" ID="MicrobitDevice.__flashMicroPython"></a> <h4>MicrobitDevice.__flashMicroPython</h4> <b>__flashMicroPython</b>(<i>firmware=False</i>) @@ -205,6 +232,14 @@ name of the file on the device </dd> </dl> +<a NAME="MicrobitDevice.__showFirmwareVersions" ID="MicrobitDevice.__showFirmwareVersions"></a> +<h4>MicrobitDevice.__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="MicrobitDevice.addDeviceMenuEntries" ID="MicrobitDevice.addDeviceMenuEntries"></a> <h4>MicrobitDevice.addDeviceMenuEntries</h4> <b>addDeviceMenuEntries</b>(<i>menu</i>)