eric6/MicroPython/EspDevices.py

changeset 8096
5425a9072300
parent 7923
91e843545d9a
child 8117
aaa5e0eacd4e
--- a/eric6/MicroPython/EspDevices.py	Thu Feb 11 11:59:32 2021 +0100
+++ b/eric6/MicroPython/EspDevices.py	Fri Feb 12 16:15:18 2021 +0100
@@ -156,6 +156,15 @@
         menu.addSeparator()
         menu.addAction(self.tr("Install 'esptool.py'"), self.__installEspTool)
     
+    def hasFlashMenuEntry(self):
+        """
+        Public method to check, if the device has its own flash menu entry.
+        
+        @return flag indicating a specific flash menu entry
+        @rtype bool
+        """
+        return True
+    
     @pyqtSlot()
     def __eraseFlash(self):
         """

eric ide

mercurial