diff --git a/apps/aqhome-tool/nodes/flash.c b/apps/aqhome-tool/nodes/flash.c index c327d82..faa2726 100644 --- a/apps/aqhome-tool/nodes/flash.c +++ b/apps/aqhome-tool/nodes/flash.c @@ -221,6 +221,7 @@ int _rebootNode(AQH_OBJECT *o, unsigned int uid, int timeoutInSeconds) } AQH_ToolClient_SendNodeMsg(o, nodeMsg); +#if 0 nodeMsg=AQH_ToolClient_WaitForNodeMsg(o, 0, AQH_MSG_TYPE_REBOOT_RSP, timeoutInSeconds); if (nodeMsg==NULL) { DBG_INFO(NULL, "Bad or no reboot response received."); @@ -229,6 +230,7 @@ int _rebootNode(AQH_OBJECT *o, unsigned int uid, int timeoutInSeconds) DBG_INFO(NULL, "REBOOT_RESPONSE message received"); AQH_Message_free(nodeMsg); +#endif return 0; }