mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[MENU] in FrSky views now resets telemetry data.
This commit is contained in:
parent
e9dc2e26aa
commit
0826ceada1
1 changed files with 4 additions and 0 deletions
|
@ -699,6 +699,10 @@ void menuProcFrsky(uint8_t event)
|
|||
case EVT_KEY_FIRST(KEY_EXIT):
|
||||
chainMenu(menuMainView);
|
||||
break;
|
||||
|
||||
case EVT_KEY_FIRST(KEY_MENU):
|
||||
resetTelemetry();
|
||||
break;
|
||||
}
|
||||
|
||||
// The top black bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue