eric6/Documentation/Source/eric6.MicroPython.EspDevices.html

changeset 7174
de8175253dfc
parent 7161
728018c32b09
child 7273
391d6b7b1eff
diff -r f611c3b7313f -r de8175253dfc eric6/Documentation/Source/eric6.MicroPython.EspDevices.html
--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Mon Aug 26 12:43:26 2019 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Mon Aug 26 18:41:48 2019 +0200
@@ -73,6 +73,9 @@
 <td><a href="#EspDevice.__installEspTool">__installEspTool</a></td>
 <td>Private slot to install the esptool package via pip.</td>
 </tr><tr>
+<td><a href="#EspDevice.__resetDevice">__resetDevice</a></td>
+<td>Private slot to reset the connected device.</td>
+</tr><tr>
 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
 <td>Public method to add device specific entries to the given menu.</td>
 </tr><tr>
@@ -146,6 +149,11 @@
 <b>__installEspTool</b>(<i></i>)
 <p>
         Private slot to install the esptool package via pip.
+</p><a NAME="EspDevice.__resetDevice" ID="EspDevice.__resetDevice"></a>
+<h4>EspDevice.__resetDevice</h4>
+<b>__resetDevice</b>(<i></i>)
+<p>
+        Private slot to reset the connected device.
 </p><a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a>
 <h4>EspDevice.addDeviceMenuEntries</h4>
 <b>addDeviceMenuEntries</b>(<i>menu</i>)

eric ide

mercurial