Use USRP callsign for M17 source if found, and add header and EOT frames to USRP2P25

This commit is contained in:
Doug McLain
2021-04-08 16:42:15 -04:00
parent 89a55d890d
commit 83e663b3f0
5 changed files with 90 additions and 11 deletions
-1
View File
@@ -166,7 +166,6 @@ uint32_t CModeConv::getUSRP(int16_t* data)
m_USRP.getData(tag, 1U);
m_USRP.getData(data, 160U);
--m_usrpN;
//return tag[0];
}
return tag[0];