diff options
Diffstat (limited to 'examples/nrf9160/src')
| -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 | ))); |
