added message MEMSTATS.

This commit is contained in:
Martin Preuss
2023-04-10 01:01:48 +02:00
parent dc8fa1a840
commit c84f12a228
9 changed files with 156 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ uint32_t AQH_NodeMsg_GetMsgGroup(uint8_t msgType)
case AQH_MSG_TYPE_TWIBUSMEMBER:
case AQH_MSG_TYPE_DEBUG:
case AQH_MSG_TYPE_DEVICE:
case AQH_MSG_TYPE_MEMSTATS:
return AQH_MSG_TYPEGROUP_INFO;
case AQH_MSG_TYPE_VALUE:
case AQH_MSG_TYPE_VALUE2: