Merged changes for both ZUMspot duplex and dualband boards to master branch

This commit is contained in:
Abad-Vera 2019-09-20 10:02:17 -07:00
commit 8967348bcc
7 changed files with 258 additions and 42 deletions

View file

@ -318,6 +318,11 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
DEBUG1("Full duplex not supported with this firmware");
return 6U;
}
#elif defined(DUPLEX) && defined(ZUMSPOT_ADF7021)
if (io.isDualBand() && m_duplex && m_calState == STATE_IDLE && modemState != STATE_DSTARCAL) {
DEBUG1("Full duplex is not supported on this board");
return 6U;
}
#endif
dstarTX.setTXDelay(txDelay);