Skip to content

Commit

Permalink
samples: cellular: modem_shell: Use CoAP for downloading P-GPS data
Browse files Browse the repository at this point in the history
After PR #17917, we can use CoAP for P-GPS download instead of HTTP.
PR #17899 disabled P-GPS data download over CoAP and used HTTP.
This was done because PR #17634 caused regression into the
P-GPS+CoAP configuration of the sample.

Signed-off-by: Tommi Rantanen <[email protected]>
trantanen authored and carlescufi committed Oct 18, 2024
1 parent 500844c commit dc8ffe8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions samples/cellular/modem_shell/overlay-cloud_coap.conf
Original file line number Diff line number Diff line change
@@ -14,11 +14,7 @@ CONFIG_COAP_CLIENT_BLOCK_SIZE=1024
CONFIG_COAP_CLIENT_STACK_SIZE=6144
CONFIG_COAP_CLIENT_THREAD_PRIORITY=0
CONFIG_COAP_EXTENDED_OPTIONS_LEN=y
CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=40

# Disabled to avoid compilation issues with FOTA related functions.
# Requires CONFIG_FOTA_DOWNLOAD_EXTERNAL_DL if enabled.
CONFIG_NRF_CLOUD_COAP_DOWNLOADS=n
CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=80

# Report standard information to shadow
CONFIG_NRF_CLOUD_SEND_DEVICE_STATUS=y

0 comments on commit dc8ffe8

Please sign in to comment.