mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Remove REGISTER from RADIO / HARDWARE as it only brings issues
This commit is contained in:
parent
bfed532712
commit
7abb6a77b7
9 changed files with 226 additions and 200 deletions
|
@ -372,7 +372,6 @@ void runPopupRegister(event_t event)
|
|||
void startRegisterDialog(uint8_t module)
|
||||
{
|
||||
memclear(&reusableBuffer.moduleSetup.pxx2, sizeof(reusableBuffer.moduleSetup.pxx2));
|
||||
memcpy(reusableBuffer.moduleSetup.pxx2.registrationID, g_model.modelRegistrationID, PXX2_LEN_REGISTRATION_ID);
|
||||
moduleSettings[module].mode = MODULE_MODE_REGISTER;
|
||||
s_editMode = 0;
|
||||
POPUP_INPUT("", runPopupRegister);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue