mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add CD LED functionality to MMDVMHost
This commit is contained in:
parent
cb35888d0e
commit
8373dc0b8a
5 changed files with 38 additions and 2 deletions
|
|
@ -452,6 +452,8 @@ int CMMDVMHost::run()
|
|||
if (m_ump != NULL) {
|
||||
bool tx = m_modem->hasTX();
|
||||
m_ump->setTX(tx);
|
||||
bool cd = m_modem->hasCD();
|
||||
m_ump->setCD(cd);
|
||||
}
|
||||
|
||||
unsigned char data[200U];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue