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
It would be nice to connect to the device without having to reset it, for command-line utilities that just perform one function, and to maintain a long-term SD log without interruption.
I began this in #82, but it turns out a lot of subtle issues with the library obstruct testing. I will likely withdraw #82 and submit a new pull request that is rebased on a more recent commit, while adding the dependent issues to the issue tracker.
Optionally separate the simulator from the connect/disconnect cycle, so it has its own lifetime
Provide an option flag determining whether the connection owns or manages the lifetime of the board, defaulting to false. If set to true, the board will be reset when connected, and streaming will be halted when disconnected.
Test for all combinations of this flag with the connect / disconnect functions, and any other relevant combinations introduced.
The text was updated successfully, but these errors were encountered:
It would be nice to connect to the device without having to reset it, for command-line utilities that just perform one function, and to maintain a long-term SD log without interruption.
I began this in #82, but it turns out a lot of subtle issues with the library obstruct testing. I will likely withdraw #82 and submit a new pull request that is rebased on a more recent commit, while adding the dependent issues to the issue tracker.
The text was updated successfully, but these errors were encountered: