diff -r 02a40e8bd135 -r 011ae0edbcff src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Wed Mar 29 11:32:06 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Wed Mar 29 14:15:55 2023 +0200 @@ -127,6 +127,10 @@ <td>Private slot to reset the connected device.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.__selectDeviceVolume">__selectDeviceVolume</a></td> +<td>Private slot to select the mounted device volume, if it could not be found automatically.</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> @@ -283,6 +287,10 @@ <td>Public method to set the time to the network time retrieved from an NTP server.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.setWorkspace">setWorkspace</a></td> +<td>Public method to set the device workspace directory.</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> @@ -562,6 +570,14 @@ <p> Private slot to reset the connected device. </p> +<a NAME="CircuitPythonDevice.__selectDeviceVolume" ID="CircuitPythonDevice.__selectDeviceVolume"></a> +<h4>CircuitPythonDevice.__selectDeviceVolume</h4> +<b>__selectDeviceVolume</b>(<i></i>) + +<p> + Private slot to select the mounted device volume, if it could not be found + automatically. +</p> <a NAME="CircuitPythonDevice.__showTeensyFlashInstructions" ID="CircuitPythonDevice.__showTeensyFlashInstructions"></a> <h4>CircuitPythonDevice.__showTeensyFlashInstructions</h4> <b>__showTeensyFlashInstructions</b>(<i></i>) @@ -1410,6 +1426,20 @@ tuple of (bool, str) </dd> </dl> +<a NAME="CircuitPythonDevice.setWorkspace" ID="CircuitPythonDevice.setWorkspace"></a> +<h4>CircuitPythonDevice.setWorkspace</h4> +<b>setWorkspace</b>(<i>workspacePath</i>) + +<p> + Public method to set the device workspace directory. +</p> +<dl> + +<dt><i>workspacePath</i> (str)</dt> +<dd> +directory to be used for saving files +</dd> +</dl> <a NAME="CircuitPythonDevice.showCircuitPythonVersions" ID="CircuitPythonDevice.showCircuitPythonVersions"></a> <h4>CircuitPythonDevice.showCircuitPythonVersions</h4> <b>showCircuitPythonVersions</b>(<i></i>)