aqhome: adapted to latest changes.

This commit is contained in:
Martin Preuss
2024-09-07 14:57:40 +02:00
parent 9b724d5a5f
commit 5f2da242c5
5 changed files with 50 additions and 66 deletions

View File

@@ -484,7 +484,7 @@ int _sendFlashStart(GWEN_MSG_ENDPOINT *epTcp, unsigned int uid)
GWEN_MSG *msgNode;
GWEN_MSG *msgOut;
msgNode=AQH_FlashStartMsg_new(0, 0xc1, AQH_MSG_TYPE_FLASH_START, uid, 0, 0);
msgNode=AQH_FlashStartMsg_new(0, 0xc1, AQH_MSG_TYPE_FLASH_START, uid);
if (msgNode==NULL) {
DBG_ERROR(NULL, "Error creating message");
return GWEN_ERROR_GENERIC;