aqhome: Added node db.

This commit is contained in:
Martin Preuss
2023-02-22 21:25:10 +01:00
parent b2138af652
commit 4b3c7a0fa0
9 changed files with 383 additions and 30 deletions

View File

@@ -404,7 +404,7 @@ int testEndpoints()
AQH_MsgEndpointMgr_AddEndpoint(emgr, epLog);
for (;;) {
DBG_INFO(AQH_LOGDOMAIN, "Next loop");
DBG_DEBUG(AQH_LOGDOMAIN, "Next loop");
AQH_MsgEndpointMgr_LoopOnce(emgr);
}