You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the listdir entry struct is now 28 bytes with the uint64_t timestamp that was added. BLE packets will be 20 bytes at their smallest. The crash was due to packet buffer raising an exception when trying to write a 28 byte packet over a connection with a 20 byte packet size (MTU.)
CircuitPython version
Code/REPL
Behavior
Upon pairing and connecting, while a serial terminal is connected, I get the above output.
Description
This does not happen when connecting using the Chrome Browser over MacOS
Additional information
No response
The text was updated successfully, but these errors were encountered: