diff -r df9520c864f2 -r 5d409223cf3f src/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html Wed Feb 08 11:54:36 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html Wed Feb 08 18:09:19 2023 +0100 @@ -72,6 +72,10 @@ <td>Private slot to erase the device flash memory.</td> </tr> <tr> +<td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> +<td>Private method handling the response of the latest version request.</td> +</tr> +<tr> <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> <td>Private slot to flash some additional firmware images.</td> </tr> @@ -96,6 +100,10 @@ <td>Private slot to show the ID of the ESP chip.</td> </tr> <tr> +<td><a href="#EspDevice.__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="#EspDevice.__showFlashID">__showFlashID</a></td> <td>Private slot to show the ID of the ESP flash chip.</td> </tr> @@ -194,6 +202,25 @@ <p> Private slot to erase the device flash memory. </p> +<a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> +<h4>EspDevice.__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="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a> <h4>EspDevice.__flashAddons</h4> <b>__flashAddons</b>(<i></i>) @@ -236,6 +263,14 @@ <p> Private slot to show the ID of the ESP chip. </p> +<a NAME="EspDevice.__showFirmwareVersions" ID="EspDevice.__showFirmwareVersions"></a> +<h4>EspDevice.__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="EspDevice.__showFlashID" ID="EspDevice.__showFlashID"></a> <h4>EspDevice.__showFlashID</h4> <b>__showFlashID</b>(<i></i>)