fixed CommandMessageTypo
and integrated HasActionsIF interface changes
This commit is contained in:
@ -74,7 +74,7 @@ void TmStoreMessage::clear(CommandMessage* cmd) {
|
||||
case DELETE_STORE_CONTENT_BLOCKS:
|
||||
case DOWNLINK_STORE_CONTENT_BLOCKS:
|
||||
case REPORT_INDEX_REQUEST:
|
||||
cmd->setCommand(UNKNOW_COMMAND);
|
||||
cmd->setCommand(UNKNOWN_COMMAND);
|
||||
cmd->setParameter(0);
|
||||
cmd->setParameter2(0);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user