Merge pull request #15 from AndyTaylorTweet/patch-1

Update YSF2P25.cpp
This commit is contained in:
Andy CA6JAU 2019-01-31 08:09:23 -03:00 committed by GitHub
commit e861db6d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -388,6 +388,12 @@ int CYSF2P25::run()
break;
case WXS_DX:
if (!m_wiresX->getDstID()) {
sendP25PTT(m_srcid, 10U);
sendP25PTT(m_srcid, 9999U);
} else {
sendP25PTT(m_srcid, m_wiresX->getDstID());
}
break;
case WXS_DISCONNECT: