-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection without timeout #129
Comments
I see, using Adding such a mode will not be kind to battery life, but I assume that is known penalty. We would need to:
I'll need some time to think about how to implement the cancel properly. |
@hijae It appears that properly implementing this reasonably simple request will exceed the capabilities of the underlying M5ez library. For now, you could hack the UI disconnect handler.
|
I recently worked out this is possible with M5ez, but required a fair amount of rework, see #133. |
* Implement infinite reconnect with cancel. Refactor a lot of things to support cancelling an active connection attempt. Significantly simplify the callback structure for the connection progress bar. Whilst here, fix possible null pointer dereferences in Fujifilm service and characteristic handling. * (#129) Reconnect without timeout * (#129) Enhance Warning * Remove stale warning in README. --------- Co-authored-by: Hijae Song <[email protected]>
With this feature, you need to connect successfully once. |
I'm using the this primarily for GPS logging rather than shutter. I would like the camera to continue to wait for a connection even if it briefly sleeps or is powered off, so that I can reconnect at any time.
The text was updated successfully, but these errors were encountered: