From 98433502af819359801aedc999afc34cd559e289 Mon Sep 17 00:00:00 2001 From: rbaron Date: Sat, 24 Dec 2022 18:37:00 +0100 Subject: [PATCH] Default PRST_ZB_SLEEP_DURATION_SEC to 60s --- .github/workflows/b-parasite.yml | 2 +- code/nrf-connect/samples/zigbee/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index c577bba..505bb39 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -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 diff --git a/code/nrf-connect/samples/zigbee/Kconfig b/code/nrf-connect/samples/zigbee/Kconfig index 39b9e88..7629882 100644 --- a/code/nrf-connect/samples/zigbee/Kconfig +++ b/code/nrf-connect/samples/zigbee/Kconfig @@ -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."