Skip to content

Commit 3d8fc2a

Browse files
committed
review fixes #5
1 parent 9fa8f41 commit 3d8fc2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/sm_at_nrfcloud.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ static void nrfcloud_loc_req_work_fn(struct k_work *work)
714714
LOG_WRN("NCELLMEAS failed but Wi-Fi APs are available");
715715
/* Continue to send Wi-Fi APs to cloud*/
716716
} else {
717-
urc_send_to(nrfcloud_pipe, "\r\n#XNRFCLOUDPOS: -2\r\n");
717+
urc_send_to(nrfcloud_pipe, "\r\n#XNRFCLOUDPOS: -1\r\n");
718718
goto clean_exit;
719719
}
720720
}

0 commit comments

Comments
 (0)