src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html

branch
mpy_network
changeset 10022
a95800b414b7
parent 9878
a82014a9e57b
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html	Sat May 06 16:22:17 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html	Sat May 06 19:21:40 2023 +0200
@@ -71,10 +71,18 @@
 <td>Private method to deactivate a given WiFi interface of the connected device.</td>
 </tr>
 <tr>
+<td><a href="#WifiController.__disableWebrepl">__disableWebrepl</a></td>
+<td>Private slot to disable the WebREPL server of the device.</td>
+</tr>
+<tr>
 <td><a href="#WifiController.__disconnectWifi">__disconnectWifi</a></td>
 <td>Private slot to disconnect the current device from the WiFi network.</td>
 </tr>
 <tr>
+<td><a href="#WifiController.__enableWebrepl">__enableWebrepl</a></td>
+<td>Private slot to enable the WebREPL server of the device.</td>
+</tr>
+<tr>
 <td><a href="#WifiController.__removeCredentials">__removeCredentials</a></td>
 <td>Private slot to remove the saved WiFi credentials from the connected device.</td>
 </tr>
@@ -168,6 +176,17 @@
             or 'STA')
 </dd>
 </dl>
+<a NAME="WifiController.__disableWebrepl" ID="WifiController.__disableWebrepl"></a>
+<h4>WifiController.__disableWebrepl</h4>
+<b>__disableWebrepl</b>(<i></i>)
+
+<p>
+        Private slot to disable the WebREPL server of the device.
+</p>
+<p>
+        This will not remove the 'webrepl_cfg.py' file. It will just modify the boot
+        script.
+</p>
 <a NAME="WifiController.__disconnectWifi" ID="WifiController.__disconnectWifi"></a>
 <h4>WifiController.__disconnectWifi</h4>
 <b>__disconnectWifi</b>(<i></i>)
@@ -175,6 +194,16 @@
 <p>
         Private slot to disconnect the current device from the WiFi network.
 </p>
+<a NAME="WifiController.__enableWebrepl" ID="WifiController.__enableWebrepl"></a>
+<h4>WifiController.__enableWebrepl</h4>
+<b>__enableWebrepl</b>(<i></i>)
+
+<p>
+        Private slot to enable the WebREPL server of the device.
+</p>
+<p>
+        This will also modify the boot script.
+</p>
 <a NAME="WifiController.__removeCredentials" ID="WifiController.__removeCredentials"></a>
 <h4>WifiController.__removeCredentials</h4>
 <b>__removeCredentials</b>(<i></i>)

eric ide

mercurial