mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
fix
This commit is contained in:
parent
9779359421
commit
2ac4e7b64e
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ bool menuModelReceiverOptions(event_t event)
|
|||
|
||||
case ITEM_RECEIVER_SETTINGS_FPORT:
|
||||
{
|
||||
lcdDrawText(0, y, "PORT");
|
||||
lcdDrawText(0, y, STR_PROTOCOL);
|
||||
uint8_t portType = reusableBuffer.hardwareAndSettings.receiverSettings.fport | reusableBuffer.hardwareAndSettings.receiverSettings.fport2 << 1;
|
||||
lcdDrawTextAtIndex(LCD_W/2, y, STR_PORT_TYPES, portType, attr);
|
||||
portType = checkIncDec(event, portType, 0, 2, EE_MODEL, isFPort2Available);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue