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

Display longer RxID

This commit is contained in:
3djc 2019-02-12 12:55:48 +01:00
parent 4755899d24
commit 8c1f8980e5
2 changed files with 18 additions and 1 deletions

View file

@ -121,6 +121,9 @@ void processBindFrame(uint8_t module, uint8_t * frame)
*c = '\0';
++reusableBuffer.modelsetup.pxx2_bind_candidate_receivers_count;
reusableBuffer.modelsetup.pxx2_register_or_bind_step = BIND_RX_ID_RECEIVED;
// TDOD BIND DEBUG
//reusableBuffer.modelsetup.pxx2_bind_selected_receiver_index = 0;
//reusableBuffer.modelsetup.pxx2_register_or_bind_step = BIND_RX_ID_SELECTED;
}
}
else if (frame[3] == 0x01) {