mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Swap RPT values for incoming D-Star RF headers.
This commit is contained in:
parent
d26be71b26
commit
ce00d75a52
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ bool CDStarControl::writeModem(unsigned char *data)
|
|||
if (m_net) {
|
||||
// Modify the header
|
||||
header.setRepeater(false);
|
||||
header.setRPTCall1(m_callsign);
|
||||
header.setRPTCall2(m_gateway);
|
||||
header.setRPTCall1(m_gateway);
|
||||
header.setRPTCall2(m_callsign);
|
||||
header.get(data + 1U);
|
||||
|
||||
for (unsigned i = 0U; i < 3U; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue