mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-10 08:38:41 +00:00
AGW 'K' Monitor in Raw Format did not have 'Flag' field set with channel.
This commit is contained in:
parent
78604808f8
commit
4af7b22fa9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user