aqhome: completed adapting to msgio2 interface.
This commit is contained in:
@@ -23,7 +23,7 @@ static int _dumpPayload(uint8_t flags, const uint8_t *payloadPtr, uint32_t paylo
|
||||
|
||||
|
||||
|
||||
GWEN_MSG *GWEN_PublishMqttMsg_new(uint8_t flags, uint16_t packetId, const char *sTopic, const uint8_t *messagePtr, uint32_t messageLen)
|
||||
GWEN_MSG *AQH_PublishMqttMsg_new(uint8_t flags, uint16_t packetId, const char *sTopic, const uint8_t *messagePtr, uint32_t messageLen)
|
||||
{
|
||||
if (sTopic && *sTopic && messagePtr && messageLen) {
|
||||
GWEN_MSG *msg;
|
||||
|
||||
Reference in New Issue
Block a user