mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Fix missing virtual on world best radio (and a few others)
This commit is contained in:
parent
efdeb6bbd8
commit
80960fb63e
1 changed files with 3 additions and 0 deletions
|
@ -1641,6 +1641,9 @@ const luaR_value_entry opentxConstants[] = {
|
|||
#elif defined(KEYS_GPIO_REG_UP) && defined(KEYS_GPIO_REG_DOWN)
|
||||
{ "EVT_VIRTUAL_PREVIOUS_PAGE", EVT_KEY_LONG(KEY_UP) },
|
||||
{ "EVT_VIRTUAL_NEXT_PAGE", EVT_KEY_LONG(KEY_DOWN) },
|
||||
#elif defined(KEYS_GPIO_REG_PAGE)
|
||||
{ "EVT_VIRTUAL_PREVIOUS_PAGE", EVT_KEY_LONG(KEY_PAGE) },
|
||||
{ "EVT_VIRTUAL_NEXT_PAGE", EVT_KEY_BREAK(KEY_PAGE) },
|
||||
#endif
|
||||
|
||||
// Virtual exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue