From bb8d0598851f05fff5219a6bf8cf4af19b7af8ec Mon Sep 17 00:00:00 2001 From: Sharad Binjola Date: Fri, 24 May 2024 10:01:47 -0700 Subject: [PATCH] Reducing wake up delay from 10 to 8 secs --- .../tv-casting-common/include/CHIPProjectAppConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h b/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h index 642666d5102c85..29a0fe8ae0faad 100644 --- a/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h +++ b/examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h @@ -72,7 +72,7 @@ //#define CHIP_DEVICE_CONFIG_STR_CACHE_LAST_DISCOVERED_HOURS 7 * 24 // time (in sec) assumed to be required for player to wake up after sending WoL magic packet -#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 10 +#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 8 // delay (in sec) before which we assume undiscovered cached players may be in STR mode #define CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC 3