--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Thu Mar 09 14:55:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Thu Mar 09 16:56:24 2023 +0100 @@ -115,10 +115,6 @@ <td>Private slot to reset the connected device.</td> </tr> <tr> -<td><a href="#CircuitPythonDevice.__showCircuitPythonVersions">__showCircuitPythonVersions</a></td> -<td>Private slot to show the CircuitPython version of a connected device and the latest available one (from Github).</td> -</tr> -<tr> <td><a href="#CircuitPythonDevice.__showTeensyFlashInstructions">__showTeensyFlashInstructions</a></td> <td>Private slot to show a message box because Teensy does not support the UF2 bootloader yet.</td> </tr> @@ -239,6 +235,10 @@ <td>Public method to set the connection state.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.showCircuitPythonVersions">showCircuitPythonVersions</a></td> +<td>Public slot to show the CircuitPython version of a connected device and the latest available one (from Github).</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.startAccessPoint">startAccessPoint</a></td> <td>Public method to start the access point interface.</td> </tr> @@ -263,7 +263,7 @@ <a NAME="CircuitPythonDevice.__init__" ID="CircuitPythonDevice.__init__"></a> <h4>CircuitPythonDevice (Constructor)</h4> -<b>CircuitPythonDevice</b>(<i>microPythonWidget, deviceType, boardName, parent=None</i>) +<b>CircuitPythonDevice</b>(<i>microPythonWidget, deviceType, boardName, hasWorkspace=True, parent=None</i>) <p> Constructor @@ -282,6 +282,11 @@ <dd> name of the board </dd> +<dt><i>hasWorkspace</i> (bool (optional))</dt> +<dd> +flag indicating that the devices supports access via + a mounted volume (defaults to True) +</dd> <dt><i>parent</i> (QObject)</dt> <dd> reference to the parent object @@ -457,14 +462,6 @@ <p> Private slot to reset the connected device. </p> -<a NAME="CircuitPythonDevice.__showCircuitPythonVersions" ID="CircuitPythonDevice.__showCircuitPythonVersions"></a> -<h4>CircuitPythonDevice.__showCircuitPythonVersions</h4> -<b>__showCircuitPythonVersions</b>(<i></i>) - -<p> - Private slot to show the CircuitPython version of a connected device and - the latest available one (from Github). -</p> <a NAME="CircuitPythonDevice.__showTeensyFlashInstructions" ID="CircuitPythonDevice.__showTeensyFlashInstructions"></a> <h4>CircuitPythonDevice.__showTeensyFlashInstructions</h4> <b>__showTeensyFlashInstructions</b>(<i></i>) @@ -1087,6 +1084,14 @@ connection state </dd> </dl> +<a NAME="CircuitPythonDevice.showCircuitPythonVersions" ID="CircuitPythonDevice.showCircuitPythonVersions"></a> +<h4>CircuitPythonDevice.showCircuitPythonVersions</h4> +<b>showCircuitPythonVersions</b>(<i></i>) + +<p> + Public slot to show the CircuitPython version of a connected device and + the latest available one (from Github). +</p> <a NAME="CircuitPythonDevice.startAccessPoint" ID="CircuitPythonDevice.startAccessPoint"></a> <h4>CircuitPythonDevice.startAccessPoint</h4> <b>startAccessPoint</b>(<i>ssid, security=None, password=None, ifconfig=None</i>)