--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Sat Jan 30 12:05:36 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Sat Jan 30 19:11:02 2021 +0100 @@ -75,7 +75,7 @@ </tr> <tr> <td><a href="#MicrobitDevice.__flashMicroPython">__flashMicroPython</a></td> -<td>Private slot to flash the default MicroPython firmware to the device.</td> +<td>Private slot to flash MicroPython or the DAPLink firmware to the device.</td> </tr> <tr> <td><a href="#MicrobitDevice.__resetDevice">__resetDevice</a></td> @@ -172,11 +172,19 @@ </dl> <a NAME="MicrobitDevice.__flashMicroPython" ID="MicrobitDevice.__flashMicroPython"></a> <h4>MicrobitDevice.__flashMicroPython</h4> -<b>__flashMicroPython</b>(<i></i>) +<b>__flashMicroPython</b>(<i>firmware=False</i>) <p> - Private slot to flash the default MicroPython firmware to the device. + Private slot to flash MicroPython or the DAPLink firmware to the + device. </p> +<dl> + +<dt><i>firmware</i> (bool)</dt> +<dd> +flag indicating to flash the DAPLink firmware +</dd> +</dl> <a NAME="MicrobitDevice.__resetDevice" ID="MicrobitDevice.__resetDevice"></a> <h4>MicrobitDevice.__resetDevice</h4> <b>__resetDevice</b>(<i></i>)