eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7114
f416440c8be1
parent 7108
4f6133a01c6a
child 7115
fe89c98430b6
diff -r 04ac3f9a87e6 -r f416440c8be1 eric6/MicroPython/EspDevices.py
--- a/eric6/MicroPython/EspDevices.py	Fri Aug 02 19:20:07 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Fri Aug 02 19:21:03 2019 +0200
@@ -106,13 +106,6 @@
         """
         return True, ""
     
-    @pyqtSlot()
-    def handleDataFlood(self):
-        """
-        Public slot handling a data flood from the device.
-        """
-        self.microPython.setActionButtons(files=True)
-    
     def addDeviceMenuEntries(self, menu):
         """
         Public method to add device specific entries to the given menu.

eric ide

mercurial