Skip to content

Commit d360f55

Browse files
[nrf noup] Optimized configuration for LITs
The LIT configuration in Matter samples can be slightly changed to achieve lower power consumption. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 401260b commit d360f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/zephyr/Kconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ if CHIP_ENABLE_ICD_SUPPORT
355355

356356
config CHIP_ICD_SLOW_POLL_INTERVAL
357357
int "Intermittently Connected Device slow polling interval (ms)"
358-
default 30000 if CHIP_ICD_LIT_SUPPORT
358+
default 300000 if CHIP_ICD_LIT_SUPPORT # Use the same value as CONFIG_CHIP_ICD_IDLE_MODE_DURATION
359359
default 1000
360360
help
361361
Provides the Intermittently Connected Device slow polling interval in milliseconds while the
@@ -373,6 +373,7 @@ config CHIP_ICD_SIT_SLOW_POLL_LIMIT
373373

374374
config CHIP_ICD_FAST_POLLING_INTERVAL
375375
int "Intermittently Connected Device fast polling interval (ms)"
376+
default 500 if CHIP_ICD_LIT_SUPPORT # Use greater than default (200 ms) value to limit the impact of Active Threshold Duration on power consumption
376377
default 200
377378
help
378379
Provides the Intermittently Connected Device fast polling interval in milliseconds while the

0 commit comments

Comments
 (0)