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

branch
eric7
changeset 11006
a671918232f3
parent 10684
58c7f23ae1cb
child 11038
918bc08e1f89
diff -r b918c6c2736b -r a671918232f3 src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Fri Oct 25 17:58:59 2024 +0200
@@ -1381,7 +1381,7 @@
 <hr />
 <a NAME="eraseFlash" ID="eraseFlash"></a>
 <h2>eraseFlash</h2>
-<b>eraseFlash</b>(<i>port</i>)
+<b>eraseFlash</b>(<i>port, parent=None</i>)
 <p>
     Slot to erase the device flash memory.
 </p>
@@ -1392,13 +1392,17 @@
 <dd>
 name of the serial port device to be used
 </dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="flashAddonFirmware" ID="flashAddonFirmware"></a>
 <h2>flashAddonFirmware</h2>
-<b>flashAddonFirmware</b>(<i>port</i>)
+<b>flashAddonFirmware</b>(<i>port, parent=None</i>)
 <p>
     Slot to flash some additional firmware images.
 </p>
@@ -1409,13 +1413,17 @@
 <dd>
 name of the serial port device to be used
 </dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="flashPythonFirmware" ID="flashPythonFirmware"></a>
 <h2>flashPythonFirmware</h2>
-<b>flashPythonFirmware</b>(<i>port</i>)
+<b>flashPythonFirmware</b>(<i>port, parent=None</i>)
 <p>
     Slot to flash a MicroPython firmware to the device.
 </p>
@@ -1426,6 +1434,10 @@
 <dd>
 name of the serial port device to be used
 </dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial