Adjusting code
This commit is contained in:
parent
2dc7144de1
commit
2e5f89b228
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue