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.