diff -r aea236dc8002 -r 4f6133a01c6a eric6/MicroPython/MicroPythonDevices.py --- a/eric6/MicroPython/MicroPythonDevices.py Tue Jul 30 19:44:27 2019 +0200 +++ b/eric6/MicroPython/MicroPythonDevices.py Wed Jul 31 20:41:39 2019 +0200 @@ -300,7 +300,7 @@ """ pass - def addActions(self, menu): + def addDeviceMenuEntries(self, menu): """ Public method to add device specific entries to the given menu.