eric6/MicroPython/CircuitPythonDevices.py

branch
micropython
changeset 7129
3cc19aec959a
parent 7125
2028553ee58c
child 7132
c4682cfcd160
diff -r 0d72ed127335 -r 3cc19aec959a eric6/MicroPython/CircuitPythonDevices.py
--- a/eric6/MicroPython/CircuitPythonDevices.py	Sat Aug 10 13:52:06 2019 +0200
+++ b/eric6/MicroPython/CircuitPythonDevices.py	Sat Aug 10 20:05:50 2019 +0200
@@ -118,6 +118,15 @@
         """
         return True, ""
     
+    def supportsLocalFileAccess(self):
+        """
+        Public method to indicate file access via a local directory.
+        
+        @return flag indicating file access via local directory
+        @type bool
+        """
+        return True
+    
     def getWorkspace(self):
         """
         Public method to get the workspace directory.

eric ide

mercurial