#12 fix invalid status frame

pull/32/head
Geoffrey Merck 4 years ago
parent 59f7e51701
commit c3dfa42097

@ -206,7 +206,7 @@ void CAPRSWriter::sendStatusFrame(CAPRSEntry * entry)
CAPRSFrame frame(sourCall,
"APD5T3",
{ "TCPIP*", "qAC", sourCall + "S" },
linkStatus.getStatus(),
body,
APFT_STATUS);
m_thread->write(frame);

Loading…
Cancel
Save

Powered by TurnKey Linux.