src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html

branch
mpy_network
changeset 10022
a95800b414b7
parent 9912
c731e9bdd105
child 10089
5fe9bfafbc7c
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html	Sat May 06 16:22:17 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html	Sat May 06 19:21:40 2023 +0200
@@ -148,6 +148,10 @@
 <td>Public method to get the name of the device.</td>
 </tr>
 <tr>
+<td><a href="#RP2040Device.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="#RP2040Device.disconnectFromLan">disconnectFromLan</a></td>
 <td>Public method  to disconnect from the LAN.</td>
 </tr>
@@ -156,6 +160,10 @@
 <td>Public method to disconnect a device from the WiFi network.</td>
 </tr>
 <tr>
+<td><a href="#RP2040Device.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="#RP2040Device.forceInterrupt">forceInterrupt</a></td>
 <td>Public method to determine the need for an interrupt when opening the serial connection.</td>
 </tr>
@@ -622,6 +630,26 @@
 str
 </dd>
 </dl>
+<a NAME="RP2040Device.disableWebrepl" ID="RP2040Device.disableWebrepl"></a>
+<h4>RP2040Device.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="RP2040Device.disconnectFromLan" ID="RP2040Device.disconnectFromLan"></a>
 <h4>RP2040Device.disconnectFromLan</h4>
 <b>disconnectFromLan</b>(<i></i>)
@@ -660,6 +688,33 @@
 tuple of (bool, str)
 </dd>
 </dl>
+<a NAME="RP2040Device.enableWebrepl" ID="RP2040Device.enableWebrepl"></a>
+<h4>RP2040Device.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="RP2040Device.forceInterrupt" ID="RP2040Device.forceInterrupt"></a>
 <h4>RP2040Device.forceInterrupt</h4>
 <b>forceInterrupt</b>(<i></i>)

eric ide

mercurial