--- a/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -117,6 +117,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -342,6 +346,25 @@ str </dd> </dl> +<a NAME="CircuitPythonDevice.getFirmwareUrl" ID="CircuitPythonDevice.getFirmwareUrl"></a> +<h4>CircuitPythonDevice.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="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a> <h4>CircuitPythonDevice.getWorkspace</h4> <b>getWorkspace</b>(<i>silent=False</i>)