diff --git a/varicode.cpp b/varicode.cpp index c9b7ab1..9818185 100644 --- a/varicode.cpp +++ b/varicode.cpp @@ -52,7 +52,6 @@ QMap directed_cmds = { // {"/", 9 }, // unused? (can we even use stroke?) // directed responses - {" BCN", 22 }, // beacon {" ACK", 23 }, // acknowledged {" PWR", 24 }, // power level {" SNR", 25 }, // seen a station at the provided snr @@ -64,7 +63,7 @@ QMap directed_cmds = { {" ", 31 }, // send freetext }; -QSet allowed_cmds = {0, 1, 2, 3, 4, 5, 6, 7, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31}; +QSet allowed_cmds = {0, 1, 2, 3, 4, 5, 6, 7, 23, 24, 25, 26, 27, 28, 29, 30, 31}; QSet buffered_cmds = {6, 7};