Default PRST_ZB_SLEEP_DURATION_SEC to 60s
This commit is contained in:
parent
14399dffb4
commit
98433502af
2 changed files with 2 additions and 2 deletions
2
.github/workflows/b-parasite.yml
vendored
2
.github/workflows/b-parasite.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue