We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9707a66 commit 4621b6eCopy full SHA for 4621b6e
samples/cellular/nrf_cloud_rest_cell_location/src/main.c
@@ -581,7 +581,7 @@ static void check_credentials(void)
581
{
582
int err = nrf_cloud_credentials_configured_check();
583
584
- if (err == -ENOTSUP) {
+ if ((err == -ENOTSUP) || (err == -ENOPROTOOPT)) {
585
LOG_ERR("Required nRF Cloud credentials were not found");
586
LOG_INF("Install credentials and then reboot the device");
587
k_sleep(K_FOREVER);
0 commit comments