Fixed default sleep duration in Kconfig to 600s.

Removed specific Kconfig values from prj*.conf files.
This commit is contained in:
Ole Odendahl 2022-12-18 16:57:50 +01:00
parent 412188502b
commit 0933c4a2a6
No known key found for this signature in database
GPG key ID: E31DACC635D3BE01
3 changed files with 1 additions and 9 deletions

View file

@ -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)"

View file

@ -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"

View file

@ -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"