AGW 'K' Monitor in Raw Format did not have 'Flag' field set with channel.

This commit is contained in:
wb2osz 2024-01-31 23:50:00 +00:00
parent 78604808f8
commit 4af7b22fa9
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ void server_send_rec_packet (int chan, packet_t pp, unsigned char *fbuf, int fl
/* Stick in extra byte for the "TNC" to use. */
agwpe_msg.data[0] = 0;
agwpe_msg.data[0] = chan << 4; // Was 0. Fixed in 1.8.
memcpy (agwpe_msg.data + 1, fbuf, (size_t)flen);
if (debug_client) {