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:
parent
4755899d24
commit
8c1f8980e5
2 changed files with 18 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue