Default PRST_ZB_SLEEP_DURATION_SEC to 60s

This commit is contained in:
rbaron 2022-12-24 18:37:00 +01:00
parent 14399dffb4
commit 98433502af
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ jobs:
sample-dir: code/nrf-connect/samples/ble
board: bparasite_nrf52833
output-bin: ble_nrf52833_default.hex
- name: Build zigbee_nrf528340_default.hex
- name: Build zigbee_nrf52840_default.hex
uses: ./.github/actions/build_and_upload
with:
sample-dir: code/nrf-connect/samples/zigbee

View file

@ -3,7 +3,7 @@ rsource "../../prstlib/Kconfig"
config PRST_ZB_SLEEP_DURATION_SEC
int "Sleep duration between waking up and reading sensors in seconds."
default 600
default 60
config PRST_ZB_PARENT_POLL_INTERVAL_SEC
int "Interval for when b-parasite polls its parent for data in seconds."