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
Combine USB blocking and nonblocking mode in one codebase
Currently, Monerujo HW distributes two binaries.
Blocking (communicates with a USB host)
Nonblocking (does not communicate with a USB host)
Request
On firmware start, test if a USB data connection is present. If yes, ask the user on the device if they want blocking I/O. According to the answer, procede to branch to the appropriate logic accordingly.
The text was updated successfully, but these errors were encountered:
Feature request
Combine USB blocking and nonblocking mode in one codebase
Currently, Monerujo HW distributes two binaries.
Request
On firmware start, test if a USB data connection is present. If yes, ask the user on the device if they want blocking I/O. According to the answer, procede to branch to the appropriate logic accordingly.
The text was updated successfully, but these errors were encountered: