CircuitPython version and board name
Adafruit CircuitPython 9.2.8 on 2025-05-28; M5Stack Cardputer with ESP32S3
Code/REPL
with open("/test.txt", "rb") as f:
print(f.readlines())
Behavior
No errors or crashes are produced, but if the code is run while the board is not plugged into a computer, it will hang until the board is plugged into a computer again.
If the code is run while the board is plugged into a computer, the code runs as expected without hangs.
Opening files without choosing rb mode does not seem to cause the code to hang.
Description
No response
Additional information
No response