--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Tue Feb 14 18:10:30 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Wed Feb 15 15:55:37 2023 +0100 @@ -96,10 +96,6 @@ <td>Private slot to copy the current script as 'main.py' onto the connected device.</td> </tr> <tr> -<td><a href="#MicrobitDevice.__saveScriptToDevice">__saveScriptToDevice</a></td> -<td>Private method to save the current script onto the connected device.</td> -</tr> -<tr> <td><a href="#MicrobitDevice.__showFirmwareVersions">__showFirmwareVersions</a></td> <td>Private slot to show the firmware version of the connected device and the available firmware version.</td> </tr> @@ -312,21 +308,6 @@ Private slot to copy the current script as 'main.py' onto the connected device. </p> -<a NAME="MicrobitDevice.__saveScriptToDevice" ID="MicrobitDevice.__saveScriptToDevice"></a> -<h4>MicrobitDevice.__saveScriptToDevice</h4> -<b>__saveScriptToDevice</b>(<i>scriptName=""</i>) - -<p> - Private method to save the current script onto the connected - device. -</p> -<dl> - -<dt><i>scriptName</i> (str)</dt> -<dd> -name of the file on the device -</dd> -</dl> <a NAME="MicrobitDevice.__showFirmwareVersions" ID="MicrobitDevice.__showFirmwareVersions"></a> <h4>MicrobitDevice.__showFirmwareVersions</h4> <b>__showFirmwareVersions</b>(<i></i>)