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
I ran cargo playdate run --device and got Running <my project> on a device but nothing was happening. After a while I realized that it's because something was already using the serial connection.
The text was updated successfully, but these errors were encountered:
Hmmm 🤔, is it something new or regression? Is it was so in cargo-playdate v0.4.x?
Note, we can't use connection to device that already opened exclusively for other process. It could work with .cu/tty serial-port-fd but not recommended because one process can break it for another.
I ran
cargo playdate run --device
and gotRunning <my project> on a device
but nothing was happening. After a while I realized that it's because something was already using the serial connection.The text was updated successfully, but these errors were encountered: