mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Last try end
This commit is contained in:
parent
74dcb2586e
commit
23fe09aceb
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ void processRegisterFrame(uint8_t module, uint8_t * frame)
|
||||||
memcmp(&frame[12], g_model.modelRegistrationID, PXX2_LEN_REGISTRATION_ID) == 0) {
|
memcmp(&frame[12], g_model.modelRegistrationID, PXX2_LEN_REGISTRATION_ID) == 0) {
|
||||||
reusableBuffer.modelSetup.pxx2.registerStep = REGISTER_OK;
|
reusableBuffer.modelSetup.pxx2.registerStep = REGISTER_OK;
|
||||||
moduleSettings[module].mode = MODULE_MODE_NORMAL;
|
moduleSettings[module].mode = MODULE_MODE_NORMAL;
|
||||||
s_editMode = 0;
|
|
||||||
POPUP_INFORMATION(STR_REG_OK);
|
POPUP_INFORMATION(STR_REG_OK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue