You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,22 +29,11 @@ $ cd mbed-os-example-cellular
29
29
See the file `mbed_app.json` in the root directory of your application. This file contains all the user specific configurations your application needs. Provide the pin code for your SIM card, as well as any APN settings if needed. For example:
30
30
31
31
```json
32
-
"sim-pin-code": {
33
-
"help": "SIM PIN code, set to 0 if none",
34
-
"value": "\"1234\""
35
-
},
36
-
"apn": {
37
-
"help": "The APN string to use for this SIM/network, set to 0 if none",
38
-
"value": "\"internet\""
39
-
},
40
-
"username": {
41
-
"help": "The user name string to use for this APN, set to zero if none",
42
-
"value": 0
43
-
},
44
-
"password": {
45
-
"help": "The password string to use for this APN, set to 0 if none",
0 commit comments