aqhome apps: more work on transition to events2.

This commit is contained in:
Martin Preuss
2025-03-09 00:06:12 +01:00
parent ca2103f7b3
commit ea564ba101
32 changed files with 475 additions and 268 deletions

View File

@@ -169,7 +169,7 @@ int AQH_FdObject_Read(AQH_OBJECT *o, uint8_t *ptrBuffer, uint32_t lenBuffer)
}
else if (rv>0) {
/* data received */
DBG_INFO(AQH_LOGDOMAIN, "Received %d bytes", (int) rv);
DBG_DEBUG(AQH_LOGDOMAIN, "Received %d bytes", (int) rv);
return (int) rv;
}
else {