We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa8f41 commit 3d8fc2aCopy full SHA for 3d8fc2a
1 file changed
app/src/sm_at_nrfcloud.c
@@ -714,7 +714,7 @@ static void nrfcloud_loc_req_work_fn(struct k_work *work)
714
LOG_WRN("NCELLMEAS failed but Wi-Fi APs are available");
715
/* Continue to send Wi-Fi APs to cloud*/
716
} else {
717
- urc_send_to(nrfcloud_pipe, "\r\n#XNRFCLOUDPOS: -2\r\n");
+ urc_send_to(nrfcloud_pipe, "\r\n#XNRFCLOUDPOS: -1\r\n");
718
goto clean_exit;
719
}
720
0 commit comments