Added message alerts

This commit is contained in:
Jordan Sherer
2018-07-26 15:57:19 -04:00
parent 4290dd6e2f
commit 571aa6446d
2 changed files with 45 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ QMap<QString, int> directed_cmds = {
{" ", 31 }, // send freetext
};
QSet<int> allowed_cmds = {0, 1, 2, 3, 4, 5, 6, /*7,*/ 23, 24, 25, 26, 27, 28, 29, 30, 31};
QSet<int> allowed_cmds = {0, 1, 2, 3, 4, 5, 6, 7, 23, 24, 25, 26, 27, 28, 29, 30, 31};
QSet<int> buffered_cmds = {6, 7};