diff -r fc60e382b67a -r d41ee69fa69b src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html Fri Mar 03 11:31:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html Fri Mar 03 11:34:59 2023 +0100 @@ -65,7 +65,7 @@ </tr> <tr> <td><a href="#RP2040Device.__activateBootloader">__activateBootloader</a></td> -<td>Private method to switch the board into 'bootloader' mode.</td> +<td>Private slot to switch the board into 'bootloader' mode.</td> </tr> <tr> <td><a href="#RP2040Device.__createRP2040Menu">__createRP2040Menu</a></td> @@ -73,13 +73,17 @@ </tr> <tr> <td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td> -<td>Private method handling the response of the latest version request.</td> +<td>Private slot handling the response of the latest version request.</td> </tr> <tr> <td><a href="#RP2040Device.__flashPython">__flashPython</a></td> <td>Private slot to flash a MicroPython firmware to the device.</td> </tr> <tr> +<td><a href="#RP2040Device.__resetDevice">__resetDevice</a></td> +<td>Private slot to reset the connected device.</td> +</tr> +<tr> <td><a href="#RP2040Device.__setCountry">__setCountry</a></td> <td>Private slot to configure the country of the connected RP2040 device.</td> </tr> @@ -225,7 +229,7 @@ <b>__activateBootloader</b>(<i></i>) <p> - Private method to switch the board into 'bootloader' mode. + Private slot to switch the board into 'bootloader' mode. </p> <a NAME="RP2040Device.__createRP2040Menu" ID="RP2040Device.__createRP2040Menu"></a> <h4>RP2040Device.__createRP2040Menu</h4> @@ -239,7 +243,7 @@ <b>__firmwareVersionResponse</b>(<i>reply</i>) <p> - Private method handling the response of the latest version request. + Private slot handling the response of the latest version request. </p> <dl> @@ -255,6 +259,13 @@ <p> Private slot to flash a MicroPython firmware to the device. </p> +<a NAME="RP2040Device.__resetDevice" ID="RP2040Device.__resetDevice"></a> +<h4>RP2040Device.__resetDevice</h4> +<b>__resetDevice</b>(<i></i>) + +<p> + Private slot to reset the connected device. +</p> <a NAME="RP2040Device.__setCountry" ID="RP2040Device.__setCountry"></a> <h4>RP2040Device.__setCountry</h4> <b>__setCountry</b>(<i></i>) @@ -661,7 +672,7 @@ <dt>Return:</dt> <dd> tuple containing a flag indicating the availability of WiFi - and the WiFi type (picow or pimoroni) + and the WiFi type (picow or picowireless) </dd> </dl> <dl>