src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
eric7
changeset 11174
ab097070aedf
parent 11167
a3f5af773bc7
child 11208
f776db7cc222
diff -r d63911a89570 -r ab097070aedf src/eric7/MicroPython/Devices/CircuitPythonDevices.py
--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Tue Mar 18 18:14:12 2025 +0100
+++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Tue Mar 18 18:19:14 2025 +0100
@@ -289,7 +289,7 @@
         # Attempts to find the paths on the filesystem that represents the
         # plugged in CIRCUITPY boards.
         deviceDirectories = FileSystemUtilities.findVolume(
-            self.DeviceVolumeName, findAll=True
+            self.DeviceVolumeName, findAll=True, markerFile="boot_out.txt"
         )
 
         if deviceDirectories:

eric ide

mercurial