From 9c62b12446b8a372d9a45135532931756386f345 Mon Sep 17 00:00:00 2001 From: rbaron Date: Tue, 29 Nov 2022 22:52:08 +0100 Subject: [PATCH] Update default Kconfig in samples/ble --- code/nrf-connect/samples/ble/Kconfig | 2 +- code/nrf-connect/samples/ble/prj.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/nrf-connect/samples/ble/Kconfig b/code/nrf-connect/samples/ble/Kconfig index ffe5478..6bac203 100644 --- a/code/nrf-connect/samples/ble/Kconfig +++ b/code/nrf-connect/samples/ble/Kconfig @@ -24,7 +24,7 @@ config PRST_SLEEP_DURATION_SEC config PRST_BLE_ADV_DURATION_SEC int "Advertising duration in seconds" - default 1 + default 600 choice PRST_BLE_ENCODING prompt "b-parasite BLE encoding" diff --git a/code/nrf-connect/samples/ble/prj.conf b/code/nrf-connect/samples/ble/prj.conf index b9a82ba..68d6859 100644 --- a/code/nrf-connect/samples/ble/prj.conf +++ b/code/nrf-connect/samples/ble/prj.conf @@ -23,5 +23,5 @@ CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y # Application config. # See all options in Kconfig. -# CONFIG_PRST_SLEEP_DURATION_SEC=1 -# CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y +CONFIG_PRST_SLEEP_DURATION_SEC=3 +CONFIG_PRST_BLE_ENCODING_BTHOME_V1=y