From d08d30d297b99f7145fadd19f3c7a4bca63b2dd4 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 22 Sep 2025 20:25:31 +0200 Subject: [PATCH] shorten waiting time for retry --- apps/aqhome-tool/nodes/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/aqhome-tool/nodes/flash.c b/apps/aqhome-tool/nodes/flash.c index c2b3412..4261080 100644 --- a/apps/aqhome-tool/nodes/flash.c +++ b/apps/aqhome-tool/nodes/flash.c @@ -51,7 +51,7 @@ #define FLASH_TOOL_MAX_REPEAT 16 #define FLASH_TOOL_DEFAULT_TIMEOUTINSECS 5 #define FLASH_TOOL_WAITFORFLASHREADY_INSECS 30 -#define FLASH_TOOL_WAITFORFLASHRESPONSE_SECS 2 +#define FLASH_TOOL_WAITFORFLASHRESPONSE_SECS 1