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 294dc93 commit 3022ca8Copy full SHA for 3022ca8
docs/reference/api/connectivity/networksocket/networksocket.md
@@ -107,17 +107,17 @@ Arm Mbed OS provides a [reference implementation of CellularBase](https://github
107
You see output similar to the excerpt below:
108
109
```
110
-
111
-mbed-os-example-cellular, Connecting...
+mbed-os-example-cellular
+PIN code set
112
+Establishing connection
113
114
115
Connection Established.
-UDP: Sent 4 Bytes to echo.u-blox.com
116
+UDP: Sent 4 Bytes to echo.mbedcloudtesting.com
117
Received from echo server 4 Bytes
118
119
120
Success. Exiting
121
122
123
##### Basic working principles
0 commit comments