eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html

changeset 8098
36d5f6786a9f
parent 8083
a2e14cda6f3f
child 8104
96e9348ff55f
diff -r 5af9c426c46b -r 36d5f6786a9f eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Fri Feb 12 19:16:12 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Fri Feb 12 19:16:59 2021 +0100
@@ -130,6 +130,10 @@
 <td>Private method to open a web browser for the given URL.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.__flashUF2">__flashUF2</a></td>
+<td>Private slot to flash MicroPython/CircuitPython to a device support the UF2 bootloader.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.__getDeviceTime">__getDeviceTime</a></td>
 <td>Private method to get a string containing the date and time of the connected device.</td>
 </tr>
@@ -418,6 +422,14 @@
 URL to be opened
 </dd>
 </dl>
+<a NAME="MicroPythonWidget.__flashUF2" ID="MicroPythonWidget.__flashUF2"></a>
+<h4>MicroPythonWidget.__flashUF2</h4>
+<b>__flashUF2</b>(<i></i>)
+
+<p>
+        Private slot to flash MicroPython/CircuitPython to a device
+        support the UF2 bootloader.
+</p>
 <a NAME="MicroPythonWidget.__getDeviceTime" ID="MicroPythonWidget.__getDeviceTime"></a>
 <h4>MicroPythonWidget.__getDeviceTime</h4>
 <b>__getDeviceTime</b>(<i></i>)

eric ide

mercurial