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

changeset 7352
5f69f55b919f
parent 7336
0095e231ddaf
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Thu Dec 05 19:44:27 2019 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Sat Dec 07 17:47:24 2019 +0100
@@ -74,6 +74,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#EspDevice.__backupFlash">__backupFlash</a></td>
+<td>Private slot to backup the currently flashed firmware.</td>
+</tr>
+<tr>
 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td>
 <td>Private slot to erase the device flash memory.</td>
 </tr>
@@ -94,6 +98,22 @@
 <td>Private slot to reset the connected device.</td>
 </tr>
 <tr>
+<td><a href="#EspDevice.__restoreFlash">__restoreFlash</a></td>
+<td>Private slot to restore a previously saved firmware.</td>
+</tr>
+<tr>
+<td><a href="#EspDevice.__showChipID">__showChipID</a></td>
+<td>Private slot to show the ID of the ESP chip.</td>
+</tr>
+<tr>
+<td><a href="#EspDevice.__showFlashID">__showFlashID</a></td>
+<td>Private slot to show the ID of the ESP flash chip.</td>
+</tr>
+<tr>
+<td><a href="#EspDevice.__showMACAddress">__showMACAddress</a></td>
+<td>Private slot to show the MAC address of the ESP chip.</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>
@@ -162,6 +182,13 @@
 reference to the parent object
 </dd>
 </dl>
+<a NAME="EspDevice.__backupFlash" ID="EspDevice.__backupFlash"></a>
+<h4>EspDevice.__backupFlash</h4>
+<b>__backupFlash</b>(<i></i>)
+
+<p>
+        Private slot to backup the currently flashed firmware.
+</p>
 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a>
 <h4>EspDevice.__eraseFlash</h4>
 <b>__eraseFlash</b>(<i></i>)
@@ -204,6 +231,34 @@
 <p>
         Private slot to reset the connected device.
 </p>
+<a NAME="EspDevice.__restoreFlash" ID="EspDevice.__restoreFlash"></a>
+<h4>EspDevice.__restoreFlash</h4>
+<b>__restoreFlash</b>(<i></i>)
+
+<p>
+        Private slot to restore a previously saved firmware.
+</p>
+<a NAME="EspDevice.__showChipID" ID="EspDevice.__showChipID"></a>
+<h4>EspDevice.__showChipID</h4>
+<b>__showChipID</b>(<i></i>)
+
+<p>
+        Private slot to show the ID of the ESP chip.
+</p>
+<a NAME="EspDevice.__showFlashID" ID="EspDevice.__showFlashID"></a>
+<h4>EspDevice.__showFlashID</h4>
+<b>__showFlashID</b>(<i></i>)
+
+<p>
+        Private slot to show the ID of the ESP flash chip.
+</p>
+<a NAME="EspDevice.__showMACAddress" ID="EspDevice.__showMACAddress"></a>
+<h4>EspDevice.__showMACAddress</h4>
+<b>__showMACAddress</b>(<i></i>)
+
+<p>
+        Private slot to show the MAC address of the ESP chip.
+</p>
 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a>
 <h4>EspDevice.addDeviceMenuEntries</h4>
 <b>addDeviceMenuEntries</b>(<i>menu</i>)

eric ide

mercurial