Skip to content
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

[doc] Add boxer (and others) menu access info #104

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/Configuration-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ Press the `Menu` button (`Shift` on X-Lite) to display the configuration options
There are a number of smaller ('budget') radios, often with few buttons and a small screen. The combination of fewer buttons and the small screen makes finding a common button press somewhat problematic; the following are supported (2.0.2 and later):

* Jumper T12 / T-Lite : Menu long press to access the config menu
* Radiomaster Zorro / TX12 : Roller long press to access the config menu
* Radiomaster Zorro / TX12 / Boxer: Roller long press to access the config menu
* Dismiss the "Reset" menu with "RTN".
* Access the configuration options via the roller.

In general, for these small budget radios, there is little guarantee (and even less documentation) on how any button may be exposed to Lua. In additional, the OS may intercept the button press before passing it on to Lua:

* If you get the "Reset Telemetry" etc. screen, using the "RTN" button to dismiss the reset screen may then reveal the INAV Lua widget menu
* You may have to try all the buttons to discover which button provides access to the INAV Lua menu.

Please also note that the developers may not have physical access to your radio model.


### Configuration menu options

![sample](https://raw.githubusercontent.com/iNavFlight/LuaTelemetry/master/assets/iNavConfig.png "Configuration menu")
Expand Down
Loading