summaryrefslogtreecommitdiff
path: root/nrfdemo
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-06-16 14:05:22 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-06-16 14:05:22 +0200
commit9415065bdb4e48686f2f5f3bfa5c9638ac8b26e2 (patch)
treec128bb468f90f212046681f36382bf236c63050e /nrfdemo
parent3c7a3eacdd71ed90bfe05ae49324df33017b903d (diff)
prezentacenb
Diffstat (limited to 'nrfdemo')
-rw-r--r--nrfdemo/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrfdemo/src/main.c b/nrfdemo/src/main.c
index c6d6bc8..2d1ff70 100644
--- a/nrfdemo/src/main.c
+++ b/nrfdemo/src/main.c
@@ -78,7 +78,7 @@ static int modem_configure(void)
return err;
}
- err = lte_lc_system_mode_set(LTE_LC_SYSTEM_MODE_NBIOT, LTE_LC_SYSTEM_MODE_PREFER_NBIOT);
+ err = lte_lc_system_mode_set(LTE_LC_SYSTEM_MODE_LTEM, LTE_LC_SYSTEM_MODE_PREFER_LTEM);
if (err) {
LOG_ERR("Failed to set system mode LTE-M: %d", err);
return err;