Skip to content

Commit

Permalink
Improving project configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Nov 30, 2024
1 parent 5f44b89 commit dd46acb
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions code/nrf-connect/samples/ble/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ CONFIG_ASSERT=y

# Application config - see all options in Kconfig.

# The amount of time it sleeps between sending data.
CONFIG_PRST_SLEEP_DURATION_MSEC=600000

# Choose one of the following encoding options:
CONFIG_PRST_BLE_ENCODING_BTHOME_V2=y
# CONFIG_PRST_BLE_ENCODING_BTHOME_V1=y
# CONFIG_PRST_BLE_ENCODING_BPARASITE_V2=y

# 1s
# CONFIG_PRST_SLEEP_DURATION_MSEC=1000
# 10m
# CONFIG_PRST_SLEEP_DURATION_MSEC=600000
# 30m
# CONFIG_PRST_SLEEP_DURATION_MSEC=1800000
# 60m
CONFIG_PRST_SLEEP_DURATION_MSEC=3600000

# prstlib config - ser all options in prstlib/Kconfig.
# CONFIG_PRSTLIB_LOG_LEVEL_DBG=y

0 comments on commit dd46acb

Please sign in to comment.