mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Registration, you silly
This commit is contained in:
parent
b9c5cbc265
commit
671bdaeee5
14 changed files with 14 additions and 1 deletions
|
@ -86,7 +86,7 @@ void processRegisterFrame(uint8_t module, uint8_t * frame)
|
|||
if (memcmp(&frame[4], g_model.modelRegistrationID, PXX2_LEN_REGISTRATION_ID) == 0) {
|
||||
reusableBuffer.modelsetup.pxx2_register_or_bind_step = REGISTER_OK;
|
||||
moduleSettings[module].mode = MODULE_MODE_NORMAL;
|
||||
POPUP_WARNING("Registration ok");
|
||||
POPUP_WARNING(STR_REG_OK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue