File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL=3
116116CONFIG_NRF_CLOUD_FOTA_POLL=y
117117CONFIG_NRF_CLOUD_FOTA_POLL_LOG_LEVEL_DBG=y
118118CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE=y
119+ CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE_BUF_SIZE=1024
119120CONFIG_NRF_CLOUD_FOTA_DOWNLOAD_FRAGMENT_SIZE=1700
120121CONFIG_NRF_CLOUD_COAP_DOWNLOADS=y
121122CONFIG_FOTA_DOWNLOAD=y
@@ -157,6 +158,7 @@ CONFIG_SMF_INITIAL_TRANSITION=y
157158CONFIG_LOCATION=y
158159CONFIG_LOCATION_DATA_DETAILS=y
159160CONFIG_LOCATION_METHOD_GNSS=y
161+ CONFIG_LOCATION_SERVICE_EXTERNAL=y
160162CONFIG_LOCATION_SERVICE_NRF_CLOUD_GNSS_POS_SEND=y
161163CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT=60000
162164CONFIG_LOCATION_REQUEST_DEFAULT_WIFI_TIMEOUT=10000
Original file line number Diff line number Diff line change @@ -358,16 +358,6 @@ static void network_task(void)
358358
359359 network_status_notify (NETWORK_DISCONNECTED );
360360
361- if (IS_ENABLED (CONFIG_LTE_LINK_CONTROL )) {
362- /* Subscribe to modem events */
363- err = lte_lc_modem_events_enable ();
364- if (err ) {
365- LOG_ERR ("lte_lc_modem_events_enable, error: %d" , err );
366- SEND_FATAL_ERROR ();
367- return ;
368- }
369- }
370-
371361 /* Resend connection status if the sample is built for Native Posix.
372362 * This is necessary because the network interface is automatically brought up
373363 * at SYS_INIT() before main() is called.
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ manifest:
1414 - name : nrf
1515 remote : ncs
1616 repo-path : sdk-nrf
17- revision : v3.2 .0
17+ revision : v3.3 .0
1818 import : true
You can’t perform that action at this time.
0 commit comments