Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2023
1 parent 5116d04 commit 6c5d0d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,5 @@ CONFIG_LOCATION_LOG_LEVEL_WRN=y

# Default cloud transport service
CONFIG_NRF_CLOUD_MQTT=y
CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS_SIM=y
CONFIG_NRF_CLOUD_DEVICE_STATUS_ENCODE_VOLTAGE=n
CONFIG_HW_ID_LIBRARY=y
CONFIG_HW_ID_LIBRARY_SOURCE_IMEI=y
6 changes: 6 additions & 0 deletions src/modules/Kconfig.cloud_module
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ config MQTT_CLEAN_SESSION
# Kconfig options that are specific to the nRF Cloud MQTT transport service library.
if NRF_CLOUD_MQTT

config NRF_CLOUD_SEND_DEVICE_STATUS_SIM
default y

config NRF_CLOUD_DEVICE_STATUS_ENCODE_VOLTAGE
default n

choice NRF_CLOUD_SEND_SOCKET
default NRF_CLOUD_SEND_TIMEOUT
endchoice
Expand Down

0 comments on commit 6c5d0d1

Please sign in to comment.