eric6/MicroPython/EspDevices.py

changeset 8119
1653972f2de5
parent 8117
aaa5e0eacd4e
child 8143
2c730d5fd177
diff -r 0ecebcd8875e -r 1653972f2de5 eric6/MicroPython/EspDevices.py
--- a/eric6/MicroPython/EspDevices.py	Sat Feb 20 14:22:30 2021 +0100
+++ b/eric6/MicroPython/EspDevices.py	Sat Feb 20 14:23:22 2021 +0100
@@ -4,8 +4,8 @@
 #
 
 """
-Module implementing some utility functions and the MicroPythonDevice base
-class.
+Module implementing the device interface class for ESP32 and ESP8266 based
+boards.
 """
 
 import sys
@@ -95,7 +95,7 @@
             Plotter and a reason why it cannot.
         @rtype tuple of (bool, str)
         """
-        return self.canStartRepl()
+        return True, ""
     
     def runScript(self, script):
         """

eric ide

mercurial