-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would make the workflow much easier if we could only rely on the serial connection. This would make it so much easier to rename folders and use features like that. The main issue (and the reason it is the way it is now) is that I believe the file system is not writeable when the CIRCUITPY drive is present to avoid writing conflicts. We may be able to get around this by asking the user to eject the drive, and then writing
import storage
storage.disable_usb_drive()
to boot.py and and resetting. It could programmatically be removed from boot.py to re-enable the CIRCUITPY drive. Perhaps there is a way to just programmatically eject it, though I'm not seeing a way currently.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request