CircuitPython version
Adafruit CircuitPython 8.0.0-beta.0-41-g33a100611 on 2022-09-10; Waveshare ESP32-S2-Pico with ESP32S2
Code/REPL
import storage
storage.remount("/", False)
Behavior
It goes through, even though there is no boot.py disabling usb access.
This results to the usb access being read only.
Description
It should raise RuntimeError.
It does not.
Additional information
If sleep till usb inits fully, it RuntimeError's just fine.
CircuitPython version
Code/REPL
Behavior
It goes through, even though there is no boot.py disabling usb access.
This results to the usb access being read only.
Description
It should raise RuntimeError.
It does not.
Additional information
If sleep till usb inits fully, it RuntimeError's just fine.