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.