Fixed some issues related to support of UF2 capable micro-controllers. eric7

Sun, 06 Apr 2025 14:51:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 06 Apr 2025 14:51:33 +0200
branch
eric7
changeset 11208
f776db7cc222
parent 11207
7193db06924d
child 11209
244898adcf72

Fixed some issues related to support of UF2 capable micro-controllers.

src/eric7/APIs/Python3/eric7.api file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/eric7.MicroPython.UF2FlashDialog.html file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/eric7.Sessions.CrashedSessionsSelectionDialog.html file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/CircuitPythonDevices.py file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/Nrf52Devices.py file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/RP2Devices.py file | annotate | diff | comparison | revisions
src/eric7/MicroPython/UF2FlashDialog.py file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_cs.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.qm file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_empty.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_en.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_es.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_fr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_it.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_pt.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_ru.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_tr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/src/eric7/APIs/Python3/eric7.api	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/APIs/Python3/eric7.api	Sun Apr 06 14:51:33 2025 +0200
@@ -10193,7 +10193,9 @@
 eric7.RemoteServerInterface.EricServerProfilesDialog.EricServerProfilesDialog.on_resetButton_clicked?4()
 eric7.RemoteServerInterface.EricServerProfilesDialog.EricServerProfilesDialog?1(connectionProfiles, parent=None)
 eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog.getSelectedCrashSession?4()
-eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog?1(sessionFiles, parent=None)
+eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog.getSelectedCrashSessions?4()
+eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog.on_removeButton_clicked?4()
+eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog?1(sessionFiles, deleteMode=False, parent=None)
 eric7.Sessions.SessionFile.SessionFile.readFile?4(filename: str)
 eric7.Sessions.SessionFile.SessionFile.writeFile?4(filename: str, withServer: bool = True)
 eric7.Sessions.SessionFile.SessionFile?1(isGlobal: bool, parent: QObject = None)
Binary file src/eric7/Documentation/Help/source.qch has changed
--- a/src/eric7/Documentation/Help/source.qhp	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/Documentation/Help/source.qhp	Sun Apr 06 14:51:33 2025 +0200
@@ -3863,8 +3863,10 @@
       <keyword name="CrashedSessionsSelectionDialog (Constructor)" id="CrashedSessionsSelectionDialog (Constructor)" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__init__" />
       <keyword name="CrashedSessionsSelectionDialog (Module)" id="CrashedSessionsSelectionDialog (Module)" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html" />
       <keyword name="CrashedSessionsSelectionDialog.__addSessionFileEntry" id="CrashedSessionsSelectionDialog.__addSessionFileEntry" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__addSessionFileEntry" />
-      <keyword name="CrashedSessionsSelectionDialog.__updateOk" id="CrashedSessionsSelectionDialog.__updateOk" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__updateOk" />
+      <keyword name="CrashedSessionsSelectionDialog.__updateButtonStates" id="CrashedSessionsSelectionDialog.__updateButtonStates" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__updateButtonStates" />
       <keyword name="CrashedSessionsSelectionDialog.getSelectedCrashSession" id="CrashedSessionsSelectionDialog.getSelectedCrashSession" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.getSelectedCrashSession" />
+      <keyword name="CrashedSessionsSelectionDialog.getSelectedCrashSessions" id="CrashedSessionsSelectionDialog.getSelectedCrashSessions" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.getSelectedCrashSessions" />
+      <keyword name="CrashedSessionsSelectionDialog.on_removeButton_clicked" id="CrashedSessionsSelectionDialog.on_removeButton_clicked" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.on_removeButton_clicked" />
       <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric7.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" />
       <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric7.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" />
       <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric7.Project.CreateDialogCodeDialog.html" />
--- a/src/eric7/Documentation/Source/eric7.MicroPython.UF2FlashDialog.html	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.UF2FlashDialog.html	Sun Apr 06 14:51:33 2025 +0200
@@ -326,7 +326,8 @@
 
 <dt><i>boardType</i> (str)</dt>
 <dd>
-specific board type to search for
+specific board type to search for. This string may contain
+        multiple board types concatenated with a '+' (plus) character.
 </dd>
 </dl>
 <dl>
--- a/src/eric7/Documentation/Source/eric7.Sessions.CrashedSessionsSelectionDialog.html	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.Sessions.CrashedSessionsSelectionDialog.html	Sun Apr 06 14:51:33 2025 +0200
@@ -60,13 +60,21 @@
 <td>Private method to read the given session file and add a list entry for it.</td>
 </tr>
 <tr>
-<td><a href="#CrashedSessionsSelectionDialog.__updateOk">__updateOk</a></td>
-<td>Private method to update the enabled state of the OK button.</td>
+<td><a href="#CrashedSessionsSelectionDialog.__updateButtonStates">__updateButtonStates</a></td>
+<td>Private method to update the enabled state of the buttons.</td>
 </tr>
 <tr>
 <td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSession">getSelectedCrashSession</a></td>
 <td>Public method to get the selected crash session file name.</td>
 </tr>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSessions">getSelectedCrashSessions</a></td>
+<td>Public method to get the selected crash session file names.</td>
+</tr>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
+<td>Private slot to remove the selected crash session files.</td>
+</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -77,7 +85,7 @@
 
 <a NAME="CrashedSessionsSelectionDialog.__init__" ID="CrashedSessionsSelectionDialog.__init__"></a>
 <h4>CrashedSessionsSelectionDialog (Constructor)</h4>
-<b>CrashedSessionsSelectionDialog</b>(<i>sessionFiles, parent=None</i>)
+<b>CrashedSessionsSelectionDialog</b>(<i>sessionFiles, deleteMode=False, parent=None</i>)
 <p>
         Constructor
 </p>
@@ -88,6 +96,10 @@
 <dd>
 list of crash session file names
 </dd>
+<dt><i>deleteMode</i> (bool (optional))</dt>
+<dd>
+flag indicating the delete mode (defaults to False)
+</dd>
 <dt><i>parent</i> (QWidget (optional))</dt>
 <dd>
 reference to the parent widget (defaults to None)
@@ -107,11 +119,11 @@
 file name of the session to be read
 </dd>
 </dl>
-<a NAME="CrashedSessionsSelectionDialog.__updateOk" ID="CrashedSessionsSelectionDialog.__updateOk"></a>
-<h4>CrashedSessionsSelectionDialog.__updateOk</h4>
-<b>__updateOk</b>(<i></i>)
+<a NAME="CrashedSessionsSelectionDialog.__updateButtonStates" ID="CrashedSessionsSelectionDialog.__updateButtonStates"></a>
+<h4>CrashedSessionsSelectionDialog.__updateButtonStates</h4>
+<b>__updateButtonStates</b>(<i></i>)
 <p>
-        Private method to update the enabled state of the OK button.
+        Private method to update the enabled state of the buttons.
 </p>
 
 <a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSession" ID="CrashedSessionsSelectionDialog.getSelectedCrashSession"></a>
@@ -133,6 +145,32 @@
 str
 </dd>
 </dl>
+<a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSessions" ID="CrashedSessionsSelectionDialog.getSelectedCrashSessions"></a>
+<h4>CrashedSessionsSelectionDialog.getSelectedCrashSessions</h4>
+<b>getSelectedCrashSessions</b>(<i></i>)
+<p>
+        Public method to get the selected crash session file names.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+file names of the selected crash sessions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<a NAME="CrashedSessionsSelectionDialog.on_removeButton_clicked" ID="CrashedSessionsSelectionDialog.on_removeButton_clicked"></a>
+<h4>CrashedSessionsSelectionDialog.on_removeButton_clicked</h4>
+<b>on_removeButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove the selected crash session files.
+</p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Sun Apr 06 14:51:33 2025 +0200
@@ -492,7 +492,7 @@
         """
         from ..UF2FlashDialog import UF2FlashDialog
 
-        dlg = UF2FlashDialog(boardType="circuitpython", parent=self.microPython)
+        dlg = UF2FlashDialog(boardType="UF2 Board + RP2", parent=self.microPython)
         dlg.exec()
 
     @pyqtSlot()
@@ -507,6 +507,8 @@
                 "mc.reset()\n",
                 mode=self._submitMode,
             )
+            # simulate pressing the disconnect button
+            self.microPython.on_connectButton_clicked()
 
     @pyqtSlot()
     def __activateUF2Boot(self):
@@ -520,6 +522,8 @@
                 "mc.reset()\n",
                 mode=self._submitMode,
             )
+            # simulate pressing the disconnect button
+            self.microPython.on_connectButton_clicked()
 
     @pyqtSlot()
     def __showTeensyFlashInstructions(self):
--- a/src/eric7/MicroPython/Devices/Nrf52Devices.py	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/MicroPython/Devices/Nrf52Devices.py	Sun Apr 06 14:51:33 2025 +0200
@@ -176,7 +176,7 @@
         """
         from ..UF2FlashDialog import UF2FlashDialog
 
-        dlg = UF2FlashDialog(boardType="nrf52", parent=self.microPython)
+        dlg = UF2FlashDialog(boardType="UF2 Board", parent=self.microPython)
         dlg.exec()
 
     @pyqtSlot()
--- a/src/eric7/MicroPython/Devices/RP2Devices.py	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/MicroPython/Devices/RP2Devices.py	Sun Apr 06 14:51:33 2025 +0200
@@ -231,7 +231,7 @@
         """
         from ..UF2FlashDialog import UF2FlashDialog
 
-        dlg = UF2FlashDialog(boardType="rp2", parent=self.microPython)
+        dlg = UF2FlashDialog(boardType="RP2", parent=self.microPython)
         dlg.exec()
 
     @pyqtSlot()
--- a/src/eric7/MicroPython/UF2FlashDialog.py	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/MicroPython/UF2FlashDialog.py	Sun Apr 06 14:51:33 2025 +0200
@@ -27,7 +27,7 @@
     import usb.core
 
 SupportedUF2Boards = {
-    "MPy or CPy": {
+    "UF2 Board": {
         "volumes": {
             (0x03EB, 0x2402): [
                 ("SAMD21", "SAMD21 Board"),
@@ -762,7 +762,7 @@
         },
         "instructions": QCoreApplication.translate(
             "UF2FlashDialog",
-            "<h3>CircuitPython Board</h3>"
+            "<h3>MicroPython / CircuitPython Board</h3>"
             "<p>In order to prepare the board for flashing follow these"
             " steps:</p><ol>"
             "<li>Switch your device to 'bootloader' mode by double-pressing"
@@ -821,7 +821,8 @@
     """
     Function to get the list of known serial devices supporting UF2.
 
-    @param boardType specific board type to search for
+    @param boardType specific board type to search for. This string may contain
+        multiple board types concatenated with a '+' (plus) character.
     @type str
     @return list of tuples with the board type, the port description, the
         VID and PID
@@ -834,7 +835,11 @@
         [] if OSUtilities.isWindowsPlatform() else FileSystemUtilities.getUserMounts()
     )
 
-    boardTypes = [boardType] if boardType else list(SupportedUF2Boards)
+    boardTypes = (
+        [b.strip() for b in boardType.split("+")]
+        if boardType
+        else list(SupportedUF2Boards)
+    )
     for board in boardTypes:
         for vidpid, volumes in SupportedUF2Boards[board]["volumes"].items():
             for volume, description in volumes:
@@ -1055,7 +1060,7 @@
 
         self.infoLabel.setText(self.tr("Flash Instructions:"))
 
-        if self.__boardType:
+        if self.__boardType and not "+" in self.__boardType:
             htmlText = self.tr(
                 "<h4>Flash {0} Firmware</h4>"
                 "<p>Follow the instructions below to set <b>one</b> board into"
--- a/src/eric7/i18n/eric7_cs.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_cs.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4175,7 +4175,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4246,13 +4246,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4263,164 +4263,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">Aktivní</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">Jméno</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90220,7 +90220,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90229,131 +90229,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
Binary file src/eric7/i18n/eric7_de.qm has changed
--- a/src/eric7/i18n/eric7_de.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_de.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4153,7 +4153,7 @@
       <translation>Zeige CircuitPython Versionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation>Geräteverzeichnis auswählen</translation>
@@ -4224,13 +4224,13 @@
       <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation>Bibliotheksdateien installieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation>Bibliothekspaket installieren</translation>
@@ -4241,164 +4241,164 @@
       <translation>'circup' Paket installieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;CircuitPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation>CircuitPython Version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation>Das Geräteverzeichnis "&lt;b&gt;{0}&lt;/b&gt;" ist nicht bereit. Stelle sicher, dass es gemounted ist und versuche es erneut.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation>Übersetzte Python Dateien (*.mpy);;Python Dateien (*.py);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation>CircuitPython Firmware</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation>CircuitPython Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation>CircuitPython Bibliotheken</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation>Wähle den Laufwerksbuchstaben des Gerätes:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation>Wähle den Pfad des Gerätes:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation>unbekannt ({0})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation>Das Geräteverzeichnis ist nicht verfügbar.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation>WLAN Berechtigungen schreiben</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Soll sie ersetzt werden?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation>Abgebrochen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation>CircuitPython unterstützt nicht die Konfiguration der IPv4 Parameter des WiFi Access Point.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation>CircuitPython unterstützt nicht die Ermittlung verbundener Geräte.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation>Aktiv</translation>
     </message>
     <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
+      <source>Connected</source>
+      <translation>Verbunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <source>IPv4 Address</source>
+      <translation>IPv4 Adresse</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <source>Netmask</source>
+      <translation>Netzmaske</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation>Gateway</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation>DNS</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
-      <source>Connected</source>
-      <translation>Verbunden</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
-      <source>IPv4 Address</source>
-      <translation>IPv4 Adresse</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation>Netzmaske</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation>Gateway</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation>DNS</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
       <source>MAC-Address</source>
       <translation>MAC-Addresse</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
       <source>Chip Type</source>
       <translation>Chiptyp</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation>max. Sockets</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation>Verbindungsskript schreiben</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation>Name</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation>Adresstyp</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation>Advertising</translation>
     </message>
@@ -90327,8 +90327,8 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
-      <translation>&lt;h3&gt;CircuitPython Gerät&lt;/h3&gt;&lt;p&gt;Um das Gerät zum Flashen vorzubereiten, folge diesen Schritten:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Aktiviere den 'Bootloader' Modus durch zweimaliges Drücken des Reset Knopfes.&lt;/li&gt;&lt;li&gt;Warte, bis das Gerät den 'Bootloader' Modus eingenommen hat.&lt;/li&gt;&lt;li&gt;(Falls dies nicht erfolgt, versuche es mit einer kürzeren oder längeren Pause zwischen den Drücken.)&lt;/li&gt;&lt;li&gt;Stelle sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).&lt;/li&gt;&lt;li&gt;Wähle die zu flashende Firmwaredatei und klicke den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation>&lt;h3&gt;MicroPython / CircuitPython Gerät&lt;/h3&gt;&lt;p&gt;Um das Gerät zum Flashen vorzubereiten, folge diesen Schritten:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Aktiviere den 'Bootloader' Modus durch zweimaliges Drücken des Reset Knopfes.&lt;/li&gt;&lt;li&gt;Warte, bis das Gerät den 'Bootloader' Modus eingenommen hat.&lt;/li&gt;&lt;li&gt;(Falls dies nicht erfolgt, versuche es mit einer kürzeren oder längeren Pause zwischen den Drücken.)&lt;/li&gt;&lt;li&gt;Stelle sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).&lt;/li&gt;&lt;li&gt;Wähle die zu flashende Firmwaredatei und klicke den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="791" />
@@ -90336,131 +90336,131 @@
       <translation>&lt;h3&gt;Pi Pico (RP2040/RP2350) Gerät&lt;/h3&gt;&lt;p&gt;Um das Gerät zum Flashen vorzubereiten, folge diesen Schritten:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;'Bootloader' Modus aktivieren (Gerät &lt;b&gt;ohne&lt;/b&gt; RESET Knopf):&lt;ul&gt;&lt;li&gt;Verbinde das Gerät während der BOOTSEL Knopf gedrückt gehalten wird.&lt;/li&gt;&lt;/ul&gt;'Bootloader' Modus aktivieren (Gerät &lt;b&gt;mit&lt;/b&gt; RESET Knopf):&lt;ul&gt;&lt;li&gt;RESET drücken und halten&lt;/li&gt;&lt;li&gt;BOOTSEL drücken und halten&lt;/li&gt;&lt;li&gt;RESET loslassen&lt;/li&gt;&lt;li&gt;BOOTSEL loslassen&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Warte, bis das Gerät den 'Bootloader' Modus eingenommen hat.&lt;/li&gt;&lt;li&gt;Stelle sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).&lt;/li&gt;&lt;li&gt;Wähle die zu flashende Firmwaredatei und klicke den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>MicroPython/CircuitPython Dateien (*.uf2);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation>Manuelle Auswahl</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation>{0} ({1})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation>Flash Instruktionen:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Kein bekanntes Gerät erkannt.&lt;/h4&gt;&lt;p&gt;Folgen sie den entsprechenden Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation>&lt;h4&gt;{0} Firmware flashen&lt;/h4&gt;&lt;p&gt;Folge diesen Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücke &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Potentiell UF2 fähige Geräte gefunden&lt;/h4&gt;&lt;p&gt;Es wurde folgende potentiell UF2 fähige Geräte gefunden:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Folgen sie den Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Keine bekannten Geräte erkannt.&lt;/h4&gt;&lt;p&gt;Folgen sie den Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Flash Method 'manuell' ausgewählt.&lt;/h4&gt;Folge den Anweisungen, um ein Gerät mit manueller Eingabe der Parameter zu flashen.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Bringe das Gerät in den 'Bootloader' Modus.&lt;/li&gt;&lt;li&gt;Warte, bis das Gerät den 'Bootloader' Modus eingenommen hat.&lt;/li&gt;&lt;li&gt;Stelle sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).&lt;/li&gt;&lt;li&gt;Wähle die zu flashende Firmwaredatei und klicke den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation>Boot Datenträger nicht gefunden:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation>&lt;h4&gt;Es wurde kein Boot Datenträger gefunden.&lt;/h4&gt;&lt;p&gt;Bitte stellen sie sicher, dass der Boot Datenträger für das zu flashende Gerät verfügbar ist. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation>Dieser Datenträger sollte die Bezeichnung &lt;b&gt;{0}&lt;/b&gt; haben. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation>Dieser Datenträger sollte die Bezeichnung &lt;b&gt;{0}&lt;/b&gt; haben. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>Dieser Datenträger sollte eine dieser Bezeichnungen haben.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Reset Instruktionen&lt;/h4&gt;&lt;p&gt;Folge diesen Anweisungen, um das Gerät in den 'Bootloader' Modus zu versetzen. Drücke &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Mehrere Boot Datenträger erkannt:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Mehrere Boot Datenträger wurden erkannt&lt;/h4&gt;&lt;p&gt;Diese Datenträgerpfade wurden erkannt.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Bitte stellen sie sicher, dass nur ein Gerät zum Flashen bereit ist. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Ausgewähltes Gerät flashen.&lt;/h4&gt;Folge den Anweisungen, um das ausgewählte Gerät zu flashen.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Wähle die zu flashende Firmwaredatei.&lt;/li&gt;&lt;li&gt;Klicke den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation>Flashe Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flashe die ausgewählte Firmware auf das Gerät. Bitte warten Sie bis sich das Gerät automatisch resettet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation>Flashe {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flashe die {0} Firmware auf das Gerät. Bitte warten sie, bis sich das Gerät automatisch resettet.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation>UF2 Gerät flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation>Keine 'boot' Verzeichnisse für UF2 Gerät gefunden.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation>Wähle das Bootverzeichnis des Gerätes:</translation>
     </message>
--- a/src/eric7/i18n/eric7_empty.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_empty.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4118,7 +4118,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4189,13 +4189,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4206,164 +4206,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
-      <source>Connected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
-      <source>IPv4 Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
       <source>MAC-Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
       <source>Chip Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -89753,7 +89753,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -89762,131 +89762,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_en.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_en.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4119,7 +4119,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4190,13 +4190,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4207,164 +4207,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
-      <source>Connected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
-      <source>IPv4 Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
       <source>MAC-Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
       <source>Chip Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation>Name</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -89813,7 +89813,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -89822,131 +89822,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_es.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_es.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4150,7 +4150,7 @@
       <translation>Mostrar Versiones de CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation>Seleccionar Volumen de Dispositivo</translation>
@@ -4221,13 +4221,13 @@
       <translation>Iniciar la aplicación 'Teensy Loader' para flashear el dispositivo Teensy.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation>Instalar Archivos de Biblioteca</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation>Instalar Package de Biblioteca</translation>
@@ -4238,164 +4238,164 @@
       <translation>Instalar Package 'circup'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Información de Versión de CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation>Versión de CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation>El volumen de dispositivo "&lt;b&gt;{0}&lt;/b&gt;" no está disponible. Asegúrese de que está montado correctamente e inténtelo de nuevo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation>Archivos Compilados de Python (*.mpy);;Archivos de Python (*.py);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation>Firmware de CircuitPython</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation>Firmware de CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation>Bibliotecas de CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation>Seleccionar la letra de volumen del dispositivo montado:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation>Seleccionar la ruta para el dispositivo montado:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation>({0}) desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation>El volumen de dispositivo no está disponible.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation>Escribir Credenciales WiFi</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Reemplazarlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation>Abortado</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation>CircuitPython no soporta el ajuste de parámetros IPv4 del punto de acceso de la WiFi.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation>CircuitPython no soporta información de clientes conectados.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation>Activo</translation>
     </message>
     <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
+      <source>Connected</source>
+      <translation>Conectado</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <source>IPv4 Address</source>
+      <translation>Dirección IPv4</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <source>Netmask</source>
+      <translation>Máscara de Red</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation>Gateway</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation>DNS</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
-      <source>Connected</source>
-      <translation>Conectado</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
-      <source>IPv4 Address</source>
-      <translation>Dirección IPv4</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation>Máscara de Red</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation>Gateway</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation>DNS</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
       <source>MAC-Address</source>
       <translation>Dirección MAC</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
       <source>Chip Type</source>
       <translation>Tipo de Chip</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation>máx. Sockets</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation>Escribir Script de Conexión</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation>Nombre</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation>Tipo de Dirección</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation>Publicitando</translation>
     </message>
@@ -90323,8 +90323,8 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
-      <translation>&lt;h3&gt;Placa CircuitPython&lt;/h3&gt;&lt;p&gt;Para preparar la placa para flashear seguir estos pasos:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Cambiar el dispositivo a modo 'bootloader' pulsando dos veces el botón de reset.&lt;/li&gt;&lt;li&gt;Esperar hasta que el dispositivo entre en modo 'bootloader'.&lt;/li&gt;&lt;li&gt;(Si esto no ocurre, intentar pausas entre pulsado más largas o más cortas.)&lt;/li&gt;&lt;li&gt;Asegurar que el volumen de arranque está disponible (esto puede requerir de su montaje).&lt;/li&gt;&lt;li&gt;Seleccionar el archivo de firmware a flashear y hacer click en el botón de flash.&lt;/li&gt;&lt;/ol&gt;</translation>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="791" />
@@ -90332,131 +90332,131 @@
       <translation>&lt;h3&gt;Placa Pi Pico (RP2040/RP2350)&lt;/h3&gt;&lt;p&gt;Para preparar la placa para flashing seguir estos pasos:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Entrar en modo 'bootloader' (placa &lt;b&gt;sin&lt;/b&gt; botón RESET):&lt;ul&gt;&lt;li&gt;Conectar la placa mientras se mantiene pulsado el botón BOOTSEL.&lt;/li&gt;&lt;/ul&gt;Entrar en modo 'bootloader' (placa &lt;b&gt;con&lt;/b&gt; botón RESET):&lt;ul&gt;&lt;li&gt;mantener pulsado RESET&lt;/li&gt;&lt;li&gt;mantener pulsado BOOTSEL&lt;/li&gt;&lt;li&gt;soltar RESET&lt;/li&gt;&lt;li&gt;soltar BOOTSEL&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Esperar hasta que el dispositivo haya entrado en modo 'bootloader'.&lt;/li&gt;&lt;li&gt;Asegurar que el volumen de arranque está disponible (esto puedo requerir su montaje).&lt;/li&gt;&lt;li&gt;Seleccionar el archivo de firmware a flashear y hacer click en el botón de flash.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>Archivos MicroPython/CircuitPython(*.uf2);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation>Selección Manual</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation>{0} ({1})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation>Instrucciones de Flash:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;No se han detectado dispositivos conocidos.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones apropiadas debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation>&lt;h4&gt;Flashear {0} Firmware&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones de bajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Encontrados dispositivos con capacidad potencial UF2&lt;/h4&gt;&lt;p&gt;Encontrados estos dispositivos con capacidad potencial UF2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Seguir las instrucciones debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader' mode. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;No se han detectado dispositivos conocidos.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones apropiadas debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Seleccionado método 'manual' de Flash.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones debajo para flashear un dispositivo introduciendo manualmente los datos.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Cambiar el dispositivo a modo 'bootloader'.&lt;/li&gt;&lt;li&gt;Esperar hasta que el dispositivo haya entrado en modo 'bootloader'.&lt;/li&gt;&lt;li&gt;Asegurar que el volumen de arranque está disponible (esto puede requerir de su montaje) y seleccionar su ruta.&lt;/li&gt;&lt;li&gt;Seleccionar el archivo de firmware a flashear y hacer click en el botón de flashear.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation>Volumen de Arranque no encontrado:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation>&lt;h4&gt;No se ha encontrado un Volumen de Arranque.&lt;/h4&gt;&lt;p&gt;Por favor, asegurar que el volumen de arranque del dispositivo a flashear está disponible. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation>Este volumen se debería llamar &lt;b&gt;{0}&lt;/b&gt;. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation>Este volumen se debería llamar &lt;b&gt;{0}&lt;/b&gt;. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>Este volumen debería tener uno de los siguientes nombres.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Instrucciones de Flash&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones de debajo para poner la placa in modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Múltiples Volúmenes de Arranque encontrados:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Se han encontrado múltiples Volúmes de Arranque&lt;/h4&gt;&lt;p&gt;Esas rutas de volumen se han encontrado.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Por favor, asegurar que solamente un dispositivo de cada tipo está listo para flashear. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Dispositivo seleccionado para flash.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones de debajo para flashear el dispositivo seleccionado.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Seleccionar el archivo de firmware para flashear.&lt;/li&gt;&lt;li&gt;Hacer click en el botón de flash.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation>Flasheando Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flasheando el firmware seleccionado al dispositivo. Por favor, esperar hasta que el dispositivo haga reset automáticamente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation>Flasheando {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flasheando el firmware {0} al dispositivo. Por favor, esperar hasta que el dispositivo haga reset automáticamente.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation>Flashear Dispositivo UF2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation>No se han encontrado volúmenes de arranque del dispositivo UF2.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation>Seleccionar el Volumen de Arranque del dispositivo:</translation>
     </message>
@@ -90510,6 +90510,10 @@
       <source>Refresh</source>
       <translation>Actualizar</translation>
     </message>
+    <message>
+      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation type="vanished">&lt;h3&gt;Placa CircuitPython&lt;/h3&gt;&lt;p&gt;Para preparar la placa para flashear seguir estos pasos:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Cambiar el dispositivo a modo 'bootloader' pulsando dos veces el botón de reset.&lt;/li&gt;&lt;li&gt;Esperar hasta que el dispositivo entre en modo 'bootloader'.&lt;/li&gt;&lt;li&gt;(Si esto no ocurre, intentar pausas entre pulsado más largas o más cortas.)&lt;/li&gt;&lt;li&gt;Asegurar que el volumen de arranque está disponible (esto puede requerir de su montaje).&lt;/li&gt;&lt;li&gt;Seleccionar el archivo de firmware a flashear y hacer click en el botón de flash.&lt;/li&gt;&lt;/ol&gt;</translation>
+    </message>
   </context>
   <context>
     <name>UIPreviewer</name>
--- a/src/eric7/i18n/eric7_fr.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_fr.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4188,7 +4188,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4259,13 +4259,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation>Installer les fichiers librairies</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4276,164 +4276,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation>Fichiers Python Compilés (*.mpy);;Fichiers Python (*.py);;Tous les Fichiers (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">Actif</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">Nom</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90467,7 +90467,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90476,131 +90476,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished">Sélection Manuelle</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished">{0} ({1})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_it.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_it.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4183,7 +4183,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4254,13 +4254,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4271,164 +4271,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">Attivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">Nome</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90329,7 +90329,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90338,131 +90338,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished">{0} ({1})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_pt.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_pt.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4181,7 +4181,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4252,13 +4252,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4269,164 +4269,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">Ativo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">Nome</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90175,7 +90175,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90184,131 +90184,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_ru.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_ru.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4154,7 +4154,7 @@
       <translation>Показать версии CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation>Выберите загрузочный том</translation>
@@ -4225,13 +4225,13 @@
       <translation>Запустите приложение 'Teensy Loader' чтобы прошить устройство Teensy.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation>Установить файлы библиотек</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation>Установить пакет библиотеки</translation>
@@ -4242,164 +4242,164 @@
       <translation>Установить пакет 'circup'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation>неизвестно</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Информация о версии CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td &gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation>Версия CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation>Том устройства "&lt;b&gt;{0}&lt;/b&gt;" недоступен. Убедитесь, что он подмонтирован правильно и попробуйте снова.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation>Компилированные файлы Python (*.mpy);;Файлы Python (*.py);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation>Микрокод CircuitPython</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation>Микрокод CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation>Библиотеки CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation>Выберите букву для диска устройства:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation>Выберите путь к подмонтированному устройству:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation>неизвестная ({0})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation>Загрузочный том устройства не доступен.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation>Записать учетные данные WiFi</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Заменить?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation>Прервано</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation>CircuitPython не поддерживает настройку параметров IPv4 точки доступа WiFi.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation>CircuitPython не поддерживает создание отчетов о подключенных клиентах.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation>Активно</translation>
     </message>
     <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
+      <source>Connected</source>
+      <translation>Подключено</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <source>IPv4 Address</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <source>Netmask</source>
+      <translation>Сетевая маска</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation>Шлюз</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation>DNS</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
-      <source>Connected</source>
-      <translation>Подключено</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
-      <source>IPv4 Address</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation>Сетевая маска</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation>Шлюз</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation>DNS</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
       <source>MAC-Address</source>
       <translation>MAC-адрес</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
       <source>Chip Type</source>
       <translation>Тип чипа</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation>макс. сокетов</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation>Записать сценарий подключения</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation>Имя</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation>Тип адреса</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation>Оповещение</translation>
     </message>
@@ -90506,8 +90506,8 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
-      <translation>&lt;h3&gt;Плата CircuitPython&lt;/h3&gt;&lt;p&gt;Для подготовки платы к прошивке выполните следующие действия:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Переключите устройство в режим 'bootloader' двойным нажатием кнопки RESET.&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;(Если этого не произошло, попробуйте сделать паузы между нажатиями короче или длинее.)&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (для этого может потребоваться его установка).&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопку прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="791" />
@@ -90515,131 +90515,131 @@
       <translation>&lt;h3&gt;Плата Pico (RP2040/RP2350)&lt;/h3&gt;&lt;p&gt;Для подготовки платы к перепрошивке выполните следующие действия:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Установите режим загрузчика (плата &lt;b&gt;без&lt;/b&gt; кнопки RESET):&lt;ul&gt;&lt;li&gt;Подключите плату удерживая кнопку BOOTSEL.&lt;/li&gt;&lt;/ul&gt;Установите режим 'bootloader' (плата &lt;b&gt;с&lt;/b&gt; кнопкой RESET):&lt;ul&gt;&lt;li&gt;удерживайте нажатой кнопку RESET &lt;/li&gt;&lt;li&gt;удерживайте кнопку BOOTSEL&lt;/li&gt;&lt;li&gt;отпустите RESET&lt;/li&gt;&lt;li&gt;отпустите кнопку BOOTSEL&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (может потребоваться его установка).&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопка прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>Файлы MicroPython/CircuitPython (*.uf2);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation>Ручной выбор</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation>{0} ({1})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation>Инструкции для прошивки:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте приведеным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation>&lt;h4&gt;Загрузить прошивку {0}&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Обнаружены устройства, потенциально поддерживающие UF2&lt;/h4&gt;&lt;p&gt;Найдены следующие устройства, возможно поддерживающие UF2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Выбран метод прошивки 'ручной'.&lt;/h4&gt;&lt;p&gt;Чтобы прошить устройство путем ввода данных вручную следуйте приведенным ниже инструкциям .&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Переведите устройство в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (для этого может потребоваться его установка), и выберите путь к нему.&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопку прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation>Загрузочный том не найден:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation>&lt;h4&gt;Не обнаружен загрузочный том.&lt;/h4&gt;&lt;p&gt;Пожалуйста убедитесь, что загрузочный том устройства доступен для прошивки. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation>Этот том должен иметь имя &lt;b&gt;{0}&lt;/b&gt;. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation>Этот том должен иметь имя &lt;b&gt;{0}&lt;/b&gt;. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>Этот том должен иметь одно из этих имен.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Инструкции по прошивке&lt;/h4&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Обнаружены несколько загрузочных томов:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation>&lt;h4&gt;Обнаружены несколько загрузочных томов&lt;/h4&gt;&lt;p&gt;Были найдены пути к этим томам.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Убедитесь, что только одно устройство определенного типа готово для прошивки. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation>&lt;h4&gt;Прошивка выбранного устройства.&lt;/h4&gt;&lt;p&gt;Для перепрошивки выбранного устройства следуйте приведенным ниже инструкциям.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Выберите файл прошивки, который необходимо перепрошить.&lt;/li&gt;&lt;li&gt;Нажмите кнопку перепрошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation>Прошивка микрокода</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка выбранного микрокода на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation>Прошивка {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка микрокода {0} на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation>Прошивка UF2-устройств</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation>Загрузочные тома устройства UF2 не найдены.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation>Выберите загрузочный том устройства:</translation>
     </message>
@@ -90693,6 +90693,10 @@
       <source>Refresh</source>
       <translation>Освежить</translation>
     </message>
+    <message>
+      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <translation type="vanished">&lt;h3&gt;Плата CircuitPython&lt;/h3&gt;&lt;p&gt;Для подготовки платы к прошивке выполните следующие действия:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Переключите устройство в режим 'bootloader' двойным нажатием кнопки RESET.&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;(Если этого не произошло, попробуйте сделать паузы между нажатиями короче или длинее.)&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (для этого может потребоваться его установка).&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопку прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
+    </message>
   </context>
   <context>
     <name>UIPreviewer</name>
--- a/src/eric7/i18n/eric7_tr.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_tr.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4175,7 +4175,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4246,13 +4246,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4263,164 +4263,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">Aktif</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">Adı</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90095,7 +90095,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90104,131 +90104,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_zh_CN.ts	Sun Apr 06 11:01:28 2025 +0200
+++ b/src/eric7/i18n/eric7_zh_CN.ts	Sun Apr 06 14:51:33 2025 +0200
@@ -4185,7 +4185,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="734" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="365" />
       <source>Select Device Volume</source>
       <translation type="unfinished" />
@@ -4256,13 +4256,13 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="647" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="452" />
       <source>Install Library Files</source>
       <translation>安装库文件</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="641" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="645" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="456" />
       <source>Install Library Package</source>
       <translation type="unfinished" />
@@ -4273,164 +4273,164 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="596" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="600" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="615" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" />
       <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="623" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="631" />
       <source>CircuitPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="649" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="653" />
       <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
       <translation>该设备卷 "&lt;b&gt;{0}&lt;/b&gt;" 不可用。确认其已正确挂载后重试。</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="677" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="681" />
       <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
       <translation>编译 Python 文件 (*.mpy);;Python 文件 (*.py);;所有文件 (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="707" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="711" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="715" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="724" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="728" />
       <source>Select the drive letter of the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="726" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="730" />
       <source>Select the path of the mounted device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1180" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="867" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1184" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="871" />
       <source>unknown ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1670" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1591" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1094" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1017" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1674" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1595" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1098" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1021" />
       <source>The device volume is not available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1058" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1031" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1062" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1035" />
       <source>Write WiFi Credentials</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1632" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1059" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1032" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1063" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1036" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1639" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1039" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1643" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1070" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1043" />
       <source>Aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1256" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1260" />
       <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1328" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1332" />
       <source>CircuitPython does not support reporting of connected clients.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1771" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1412" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
       <source>Active</source>
       <translation type="unfinished">活动的</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1413" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1781" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
       <source>Connected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1414" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
       <source>IPv4 Address</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1415" />
-      <source>Netmask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1416" />
-      <source>Gateway</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1417" />
-      <source>DNS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1773" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1418" />
-      <source>MAC-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1419" />
-      <source>Chip Type</source>
+      <source>Netmask</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1420" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1421" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1777" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1422" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1423" />
+      <source>Chip Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1424" />
       <source>max. Sockets</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" />
       <source>Write Connect Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1772" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1776" />
       <source>Name</source>
       <translation type="unfinished">名称</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1775" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1779" />
       <source>Address Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1778" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1782" />
       <source>Advertising</source>
       <translation type="unfinished" />
     </message>
@@ -90301,7 +90301,7 @@
     <name>UF2FlashDialog</name>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="763" />
-      <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
+      <source>&lt;h3&gt;MicroPython / CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -90310,131 +90310,131 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="913" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="918" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="984" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="972" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="956" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="977" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="961" />
       <source>Manual Select</source>
       <translation type="unfinished">手动选择</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="978" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="983" />
       <source>{0} ({1})</source>
       <comment>board description, board type</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1182" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1102" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1088" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1056" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1033" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1187" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1107" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1093" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1061" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1038" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1035" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1040" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1059" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1064" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1069" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1074" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1090" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1095" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1104" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1109" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1129" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1134" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1131" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1136" />
       <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1137" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="1142" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1147" />
       <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1149" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1154" />
       <source>&lt;h4&gt;Flash Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1168" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1173" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1170" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1175" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1184" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1189" />
       <source>&lt;h4&gt;Flash selected device.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash the selected device.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select the firmware file to be flashed.&lt;/li&gt;&lt;li&gt;Click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1204" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1209" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1206" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1211" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1213" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1218" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1215" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1220" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1330" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1322" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1335" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1327" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1323" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1328" />
       <source>No UF2 device 'boot' volumes found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="1331" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1336" />
       <source>Select the Boot Volume of the device:</source>
       <translation type="unfinished" />
     </message>

eric ide

mercurial