Update default Kconfig in samples/ble

This commit is contained in:
rbaron 2022-11-29 22:52:08 +01:00
parent dbaf44ecc1
commit 9c62b12446
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ config PRST_SLEEP_DURATION_SEC
config PRST_BLE_ADV_DURATION_SEC config PRST_BLE_ADV_DURATION_SEC
int "Advertising duration in seconds" int "Advertising duration in seconds"
default 1 default 600
choice PRST_BLE_ENCODING choice PRST_BLE_ENCODING
prompt "b-parasite BLE encoding" prompt "b-parasite BLE encoding"

View file

@ -23,5 +23,5 @@ CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
# Application config. # Application config.
# See all options in Kconfig. # See all options in Kconfig.
# CONFIG_PRST_SLEEP_DURATION_SEC=1 CONFIG_PRST_SLEEP_DURATION_SEC=3
# CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y CONFIG_PRST_BLE_ENCODING_BTHOME_V1=y