diff --git a/code/nrf-connect/samples/ble/Kconfig b/code/nrf-connect/samples/ble/Kconfig index 4f063b8..e1defeb 100644 --- a/code/nrf-connect/samples/ble/Kconfig +++ b/code/nrf-connect/samples/ble/Kconfig @@ -4,11 +4,11 @@ rsource "../../prstlib/Kconfig" config PRST_SLEEP_DURATION_MSEC int "Sleep duration in milliseconds" - default 600 + default 600000 config PRST_BLE_ADV_DURATION_MSEC int "Advertising duration in milliseconds" - default 1 + default 1000 config PRST_BLE_MIN_ADV_INTERVAL int "Minimum advertising interval in milliseconds" diff --git a/code/nrf-connect/samples/ble/prj.conf b/code/nrf-connect/samples/ble/prj.conf index b58da14..9edec72 100644 --- a/code/nrf-connect/samples/ble/prj.conf +++ b/code/nrf-connect/samples/ble/prj.conf @@ -21,7 +21,7 @@ CONFIG_ASSERT=y # Application config - see all options in Kconfig. # CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -# CONFIG_PRST_SLEEP_DURATION_SEC=1 +# CONFIG_PRST_SLEEP_DURATION_MSEC=1000 # prstlib config - ser all options in prstlib/Kconfig. # CONFIG_PRSTLIB_LOG_LEVEL_DBG=y