Skip to content

Commit

Permalink
fix: Add missing RTN keys to some simu (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Aug 14, 2023
1 parent c2d8291 commit 58ee2f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radio/src/simu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ void OpenTxSim::updateKeysAndSwitches(bool start)
KEY_Page_Up, KEY_PAGEUP,
KEY_Page_Down, KEY_PAGEDN,
KEY_Return, KEY_ENTER,
KEY_BackSpace, KEY_EXIT,
KEY_Up, KEY_UP,
KEY_Down, KEY_DOWN,
KEY_Right, KEY_RIGHT,
Expand All @@ -372,6 +373,7 @@ void OpenTxSim::updateKeysAndSwitches(bool start)
KEY_Page_Up, KEY_PAGEUP,
KEY_Page_Down, KEY_PAGEDN,
KEY_Return, KEY_ENTER,
KEY_BackSpace, KEY_EXIT,
KEY_Up, KEY_MODEL,
KEY_Down, KEY_EXIT,
KEY_Right, KEY_TELE,
Expand Down

0 comments on commit 58ee2f2

Please sign in to comment.