-
-
Notifications
You must be signed in to change notification settings - Fork 151
Add menu to the betaflight script when used on OpenTx 2.3 tools screen #254
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
Add menu to the betaflight script when used on OpenTx 2.3 tools screen #254
Conversation
Oooh, flash! 💯 |
5c1ba0c
to
fb8c515
Compare
@frozenskys rebased as well. Can you please check I did not break anything? Please note you will have to "force pull", or "reset hard" on the remote ref to have the latest version and not effect a merge. |
Fix double events (betaflight#245)
Tested and it seems to work. To me is a little unintuitive to press exit to go the menu, I supposed this will be done with the menu key, but this key cycles the betaflight pages, like in the telemetry script. So it seems the menu is an intro page and the exis is a backward key. Is ok, only I need to use it more :) |
fb8c515
to
51c1098
Compare
Adds a menu to the betaflight script when run from the tools screen, but not when run as a telemetry script. Needs #253 merged first.