Skip to content

Commit

Permalink
Adjusting code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Sep 3, 2024
1 parent 2dc7144 commit 2e5f89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/nrf-connect/samples/ble/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/nrf-connect/samples/ble/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e5f89b

Please sign in to comment.