1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Fix blink when successful registration

This commit is contained in:
3djc 2019-02-18 13:20:50 +01:00
parent fe5a270720
commit 8b945a82b3

View file

@ -88,6 +88,7 @@ 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);
}
}