mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
BIND in ACCST mode didn't take care of 8CH / 16CH
This commit is contained in:
parent
20b012d461
commit
cce78d8ad1
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void Pxx2Pulses::setupAccstBindFrame(uint8_t module)
|
|||
for (uint8_t i=0; i<PXX2_LEN_RX_NAME; i++) {
|
||||
Pxx2Transport::addByte(0x00);
|
||||
}
|
||||
Pxx2Transport::addByte((g_model.moduleData[module].pxx.receiver_telem_off << 7) + (g_model.moduleData[module].pxx.receiver_telem_off << 6));
|
||||
Pxx2Transport::addByte((g_model.moduleData[module].pxx.receiver_channel_9_16 << 7) + (g_model.moduleData[module].pxx.receiver_telem_off << 6));
|
||||
Pxx2Transport::addByte(g_model.header.modelId[module]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue