Can't disable USB on QT Py CircuitPython

25 views Asked by At

CircuitPython 8.2.8 Adafruit QT Py M0 with samd21e18

I am saying this to my boot.py file:

import storage
storage.disable_usb_drive()

But everything it restart the file is empty. And the USB drive CIRCUITPY shows up.

0

There are 0 answers