1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 01:05:08 +03:00

BootCmd should be always high

This commit is contained in:
Bertrand Songis 2019-05-06 11:23:51 +02:00
parent a3fe388399
commit 05596fec9e
3 changed files with 12 additions and 4 deletions

View file

@ -490,10 +490,11 @@ void menuRadioSdManager(event_t _event)
popupMenuItems[i] = reusableBuffer.sdManager.otaInformation.candidateReceiversNames[i];
}
popupMenuTitle = STR_PXX2_SELECT_RX;
CLEAR_POPUP();
POPUP_MENU_START(onUpdateReceiverSelection);
}
else {
drawMessageBox("Waiting for RX...");
POPUP_WAIT(STR_WAITING_FOR_RX);
}
}
}