-
Notifications
You must be signed in to change notification settings - Fork 557
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
Actions Buttons improvements: Tablet only flight #1099
Actions Buttons improvements: Tablet only flight #1099
Conversation
So the user can arm the copter via the tablet later, which is not possible if the copter is on LAND or RTL modes
@arthurbenemann I was planning to tackle this issue along with issue #1092.
|
Since it's part of the guided flight mode
…Guided variable Mainly the altitude should be set correctly.
@ne0fhyk This achieves a similar result, without changing the structure that's in place now. I don't think there is a need for a disconnect button. |
@arthurbenemann an user was complaining a few weeks back about not being able to locate the |
@arthurbenemann also the structure (ui at least) of the flight action buttons will be updated to match with Google's updated design guide. |
@ne0fhyk Disconnect isn't all that useful. Please give me a good reason to click the disconnect button? In any case I'm merging this PR, as it's better than what we have currently. At least that was my experience when test flying some minutes ago. |
Actions Buttons improvements: Tablet only flight
We now have 2 "connect" buttons. Would it make sense to remove the top one? |
That makes sense on the |
I'll do that. |
On that note, is it crucial to have the action bar telemetry info visible in all the app screens? |
Improved the functionality of #1090