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