eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7125
2028553ee58c
parent 7115
fe89c98430b6
child 7134
21d23ca51680
--- a/eric6/MicroPython/EspDevices.py	Tue Aug 06 17:45:59 2019 +0200
+++ b/eric6/MicroPython/EspDevices.py	Wed Aug 07 16:08:46 2019 +0200
@@ -56,6 +56,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("ESP8266, ESP32")
+    
     def canStartRepl(self):
         """
         Public method to determine, if a REPL can be started.

eric ide

mercurial