src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 9752
2b9546c0cbd9
parent 9751
606ac0e26533
child 9759
4543b7876047
diff -r 606ac0e26533 -r 2b9546c0cbd9 src/eric7/MicroPython/MicroPythonWidget.py
--- a/src/eric7/MicroPython/MicroPythonWidget.py	Sat Feb 11 16:59:50 2023 +0100
+++ b/src/eric7/MicroPython/MicroPythonWidget.py	Sat Feb 11 19:52:53 2023 +0100
@@ -1511,7 +1511,6 @@
                 self.tr("Show Documentation"), self.__showDocumentation
             ).setEnabled(self.__device.hasDocumentationUrl())
             self.__superMenu.addSeparator()
-        ##if self.__device is not None and not self.__device.hasFlashMenuEntry():
         if bool(UF2FlashDialog.getFoundDevices()):
             self.__superMenu.addAction(self.tr("Flash UF2 Device"), self.__flashUF2)
             self.__superMenu.addSeparator()

eric ide

mercurial