1
0
Fork 0
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:
Bertrand Songis 2019-02-18 13:57:57 +01:00
parent 74dcb2586e
commit 23fe09aceb

View file

@ -88,7 +88,6 @@ void processRegisterFrame(uint8_t module, uint8_t * frame)
memcmp(&frame[12], g_model.modelRegistrationID, PXX2_LEN_REGISTRATION_ID) == 0) {
reusableBuffer.modelSetup.pxx2.registerStep = REGISTER_OK;
moduleSettings[module].mode = MODULE_MODE_NORMAL;
s_editMode = 0;
POPUP_INFORMATION(STR_REG_OK);
}
}