|
|
@@ -142,7 +142,6 @@ void handlePowCmd(const char* recvBuff)
|
|
|
void handleArmCmd(const char* recvBuff)
|
|
|
{
|
|
|
printf("\nHandle command \"TMSG44:ARM\"\n");
|
|
|
- armCode[1] = {0};
|
|
|
|
|
|
splitLexeme(recvBuff, armCode, sizeof(armCode[0]), convertToUInt16);
|
|
|
printf("\n%u\n", armCode[0]);
|
|
|
@@ -152,7 +151,6 @@ void handleArmCmd(const char* recvBuff)
|
|
|
void handleAttCmd(const char* recvBuff)
|
|
|
{
|
|
|
printf("\nHandle command \"TMSG44:ATT\"\n");
|
|
|
- attCode[1] = {0};
|
|
|
|
|
|
splitLexeme(recvBuff, attCode, sizeof(attCode[0]), convertToUInt16);
|
|
|
printf("\n%u\n", attCode[0]);
|