--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -126,6 +126,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#EspDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#EspDevice.runScript">runScript</a></td> <td>Public method to run the given Python script.</td> </tr> @@ -352,6 +356,25 @@ str </dd> </dl> +<a NAME="EspDevice.getFirmwareUrl" ID="EspDevice.getFirmwareUrl"></a> +<h4>EspDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> <h4>EspDevice.runScript</h4> <b>runScript</b>(<i>script</i>)