Skip to content

Commit 238f8c7

Browse files
Reducing wake up delay from 10 to 8 secs
1 parent b3324fe commit 238f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
//#define CHIP_DEVICE_CONFIG_STR_CACHE_LAST_DISCOVERED_HOURS 7 * 24
7373

7474
// time (in sec) assumed to be required for player to wake up after sending WoL magic packet
75-
#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 10
75+
#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 8
7676

7777
// delay (in sec) before which we assume undiscovered cached players may be in STR mode
7878
#define CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC 3

0 commit comments

Comments
 (0)