9 lines
No EOL
273 B
Text
9 lines
No EOL
273 B
Text
source "Kconfig.zephyr"
|
|
|
|
config PRST_ZB_SLEEP_DURATION_SEC
|
|
int "Sleep duration between waking up and reading sensors (in seconds)"
|
|
default 300
|
|
|
|
config PRST_ZB_PARENT_POLL_INTERVAL_SEC
|
|
int "Interval for when b-parasite polls its parent for data (in seconds)"
|
|
default 300 |