eric6/MicroPython/CircuitPythonDevices.py

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

eric ide

mercurial