Fixed default sleep duration in Kconfig to 600s.
Removed specific Kconfig values from prj*.conf files.
This commit is contained in:
parent
412188502b
commit
0933c4a2a6
3 changed files with 1 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ source "Kconfig.zephyr"
|
|||
|
||||
config PRST_ZB_SLEEP_DURATION_SEC
|
||||
int "Sleep duration between waking up and reading sensors (in seconds)"
|
||||
default 60
|
||||
default 600
|
||||
|
||||
config PRST_ZB_PARENT_POLL_INTERVAL_SEC
|
||||
int "Interval for when b-parasite polls its parent for data (in seconds)"
|
||||
|
|
|
|||
|
|
@ -41,8 +41,3 @@ CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_MULTI=y
|
|||
# Enable API for powering down unused RAM parts.
|
||||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/nrf/ug_zigbee_configuring.html#power-saving-during-sleep
|
||||
CONFIG_RAM_POWER_DOWN_LIBRARY=y
|
||||
|
||||
# Config options in Kconfig.
|
||||
CONFIG_PRST_ZB_SLEEP_DURATION_SEC=600
|
||||
CONFIG_MODEL_ID="Z-Parasite"
|
||||
CONFIG_BUILD_DATE="20221216"
|
||||
|
|
@ -47,6 +47,3 @@ CONFIG_PRST_ZB_SLEEP_DURATION_SEC=10
|
|||
|
||||
CONFIG_LOG_DEFAULT_LEVEL=4
|
||||
CONFIG_PRSTLIB_DEFAULT_LOG_LEVEL=4
|
||||
|
||||
CONFIG_MODEL_ID="Z-Parasite"
|
||||
CONFIG_BUILD_DATE="20221216"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue