mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +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:
|
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;
|
uint8_t portType = reusableBuffer.hardwareAndSettings.receiverSettings.fport | reusableBuffer.hardwareAndSettings.receiverSettings.fport2 << 1;
|
||||||
lcdDrawTextAtIndex(LCD_W/2, y, STR_PORT_TYPES, portType, attr);
|
lcdDrawTextAtIndex(LCD_W/2, y, STR_PORT_TYPES, portType, attr);
|
||||||
portType = checkIncDec(event, portType, 0, 2, EE_MODEL, isFPort2Available);
|
portType = checkIncDec(event, portType, 0, 2, EE_MODEL, isFPort2Available);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue