mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 22:35:41 +00:00
Use the header my callsign for the APRS callsign on a TH-D74.
This commit is contained in:
parent
ba7d848f78
commit
71f388197f
5 changed files with 58 additions and 35 deletions
|
|
@ -594,7 +594,7 @@ void CRepeaterHandler::processRepeater(CHeaderData& header)
|
|||
|
||||
// Reset the APRS Writer if it's enabled
|
||||
if (m_aprsWriter != NULL)
|
||||
m_aprsWriter->reset(m_rptCallsign);
|
||||
m_aprsWriter->writeHeader(m_rptCallsign, header);
|
||||
|
||||
// Write to Header.log if it's enabled
|
||||
if (m_headerLogger != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue