--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sat May 06 16:22:17 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sat May 06 19:21:40 2023 +0200 @@ -180,10 +180,18 @@ <td>Public method to get the name of the device.</td> </tr> <tr> +<td><a href="#EspDevice.disableWebrepl">disableWebrepl</a></td> +<td>Public method to write the given WebREPL password to the connected device and modify the start script to start the WebREPL server.</td> +</tr> +<tr> <td><a href="#EspDevice.disconnectWifi">disconnectWifi</a></td> <td>Public method to disconnect a device from the WiFi network.</td> </tr> <tr> +<td><a href="#EspDevice.enableWebrepl">enableWebrepl</a></td> +<td>Public method to write the given WebREPL password to the connected device and modify the start script to start the WebREPL server.</td> +</tr> +<tr> <td><a href="#EspDevice.forceInterrupt">forceInterrupt</a></td> <td>Public method to determine the need for an interrupt when opening the serial connection.</td> </tr> @@ -669,6 +677,26 @@ str </dd> </dl> +<a NAME="EspDevice.disableWebrepl" ID="EspDevice.disableWebrepl"></a> +<h4>EspDevice.disableWebrepl</h4> +<b>disableWebrepl</b>(<i></i>) + +<p> + Public method to write the given WebREPL password to the connected device and + modify the start script to start the WebREPL server. +</p> +<dl> +<dt>Return:</dt> +<dd> +tuple containing a flag indicating success and an error message +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) +</dd> +</dl> <a NAME="EspDevice.disconnectWifi" ID="EspDevice.disconnectWifi"></a> <h4>EspDevice.disconnectWifi</h4> <b>disconnectWifi</b>(<i></i>) @@ -688,6 +716,33 @@ tuple of (bool, str) </dd> </dl> +<a NAME="EspDevice.enableWebrepl" ID="EspDevice.enableWebrepl"></a> +<h4>EspDevice.enableWebrepl</h4> +<b>enableWebrepl</b>(<i>password</i>) + +<p> + Public method to write the given WebREPL password to the connected device and + modify the start script to start the WebREPL server. +</p> +<dl> + +<dt><i>password</i> (str)</dt> +<dd> +password needed to authenticate +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +tuple containing a flag indicating success and an error message +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (bool, str) +</dd> +</dl> <a NAME="EspDevice.forceInterrupt" ID="EspDevice.forceInterrupt"></a> <h4>EspDevice.forceInterrupt</h4> <b>forceInterrupt</b>(<i></i>)