eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7125
2028553ee58c
parent 7123
94948e2aa0a5
child 7129
3cc19aec959a
--- a/eric6/MicroPython/MicroPythonDevices.py	Tue Aug 06 17:45:59 2019 +0200
+++ b/eric6/MicroPython/MicroPythonDevices.py	Wed Aug 07 16:08:46 2019 +0200
@@ -185,6 +185,15 @@
         """
         return True
     
+    def deviceName(self):
+        """
+        Public method to get the name of the device.
+        
+        @return name of the device
+        @rtype str
+        """
+        return self.tr("Unsupported Device")
+    
     def canStartRepl(self):
         """
         Public method to determine, if a REPL can be started.

eric ide

mercurial