Fixed #43: space prefix should not break directed call
This commit is contained in:
parent
e6464e952d
commit
90858f8964
@ -98,6 +98,7 @@ QMap<QString, int> directed_cmds = {
|
|||||||
{" 73", 28 }, // best regards, end of contact
|
{" 73", 28 }, // best regards, end of contact
|
||||||
{" ACK", 29 }, // acknowledge
|
{" ACK", 29 }, // acknowledge
|
||||||
{" AGN?", 30 }, // repeat message
|
{" AGN?", 30 }, // repeat message
|
||||||
|
{" ", 31 }, // send freetext (weird artifact)
|
||||||
{" ", 31 }, // send freetext
|
{" ", 31 }, // send freetext
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user