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
Check printed mount-points of each mounted device
Some mount-points can be determined incorrectly by another device that mounted earlier.
This is because playdate-device uses the method (as fallback) of guessing the path by device name and then checking. But this method can work only if all connected devices have unique names or only one device.
The text was updated successfully, but these errors were encountered:
…n't contain serial-number (#331, #332)
* Fix deserialisation error when multiple devices and some of them doesn't contain serial-number (#331)
* Fix wrong mount-point determined by another device 🤦🏻♂️ (#332)
* Mount/unmount awaiting time now configurable witn env: `PD_MOUNT_TIMEOUT` & `PD_UNMOUNT_TIMEOUT`, values in ms.
* Update deps and bump `pdtool` and `cargo-playdate`
* Tests for serial-number format parser (#329)
* Fix accepting empty path by `diskutil` (#330)
* Fix deserialisation error when multiple devices and some of them doesn't contain serial-number (#331)
* Fix wrong mount-point determined by another device 🤦🏻♂️ (#332)
Steps to reproduce:
cargo run -p=playdate-tool -- mount --wait
Some mount-points can be determined incorrectly by another device that mounted earlier.
This is because
playdate-device
uses the method (as fallback) of guessing the path by device name and then checking. But this method can work only if all connected devices have unique names or only one device.The text was updated successfully, but these errors were encountered: