Commit 52c59d9
samples: cellular: Add modem JWT enabling to MQTT samples
Enabling CONFIG_MODEM_JWT in prj.conf is necessary for using UUID
as the device ID. This dependency was absent in a couple
of MQTT samples, causing the compilation to discard
UUID in favor of IMEI as the device ID.
Jira: IRIS-10210
Signed-off-by: Pascal Hernandez <[email protected]>1 parent 4165d18 commit 52c59d9
File tree
3 files changed
+6
-1
lines changed- doc/nrf/releases_and_maturity/releases
- samples/cellular
- nrf_cloud_mqtt_device_message
- nrf_cloud_mqtt_fota
3 files changed
+6
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments