diff options
| author | Ulf Lilleengen <[email protected]> | 2024-09-26 15:41:21 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-09-26 15:48:10 +0200 |
| commit | f19718b4f0400dec4e64d32d649c6b0d9eb554e5 (patch) | |
| tree | 413cd96a795f01a51cbd27a594bbc94502df96a8 /examples | |
| parent | 8a5d1454a40f8de7217d9bcbbe54ac9998340ab8 (diff) | |
Add config option for setting SIM pin
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf9160/src/bin/modem_tcp_client.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nrf9160/src/bin/modem_tcp_client.rs b/examples/nrf9160/src/bin/modem_tcp_client.rs index 929883884..495ee26dd 100644 --- a/examples/nrf9160/src/bin/modem_tcp_client.rs +++ b/examples/nrf9160/src/bin/modem_tcp_client.rs | |||
| @@ -163,6 +163,7 @@ async fn main(spawner: Spawner) { | |||
| 163 | apn: b"iot.nat.es", | 163 | apn: b"iot.nat.es", |
| 164 | auth_prot: context::AuthProt::Pap, | 164 | auth_prot: context::AuthProt::Pap, |
| 165 | auth: Some((b"orange", b"orange")), | 165 | auth: Some((b"orange", b"orange")), |
| 166 | pin: None, | ||
| 166 | }, | 167 | }, |
| 167 | stack | 168 | stack |
| 168 | ))); | 169 | ))); |
