edgetx
edgetx copied to clipboard
Scripts in telemetry mode do not receive PAGE key press events on RM B&W radios
Is there an existing issue for this problem?
- [X] I have searched the existing issues
What part of EdgeTX is the focus of this bug?
Transmitter firmware
Current Behavior
PAGE keys are used for switching telemetry screens. If one of the screen is script it is recieveng EVT_VIRTUAL_NEXT_PAGE & EVT_VIRTUAL_PREV_PAGE but not on Zorro target.
If PAGE_NEXT or PAGE_PREV is used in script OS will ovverride action switching to the next telemetry screen but still user can have only one screen with script and then actions will not be ovverriden.
It works like that on other B&W targets.
Expected Behavior
LUA telemetry scripts should should receive EVT_VIRTUAL_NEXT_PAGE & EVT_VIRTUAL_PREV_PAGE events
Steps To Reproduce
Run any script that catches key events and check for PAGE one
Version
2.7.0
Transmitter
Radiomaster Zorro, T12, T8
Anything else?
No response