Skip to content

Commit 8d2a944

Browse files
bridadanAri Parkkila
authored andcommitted
Adding hint to mbed_app.json if no SIM pin is necessary
1 parent 5c896b2 commit 8d2a944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the file `mbed_app.json` in the root directory of your application. This fil
3030

3131
```json
3232
"sim-pin-code": {
33-
"help": "SIM PIN code",
33+
"help": "SIM PIN code, set to 0 if none",
3434
"value": "\"1234\""
3535
},
3636
"apn": {

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"sock-type": "TCP",
44
"sim-pin-code": {
5-
"help": "SIM PIN code",
5+
"help": "SIM PIN code, set to 0 if none",
66
"value": "\"1234\""
77
},
88
"apn": {

0 commit comments

Comments
 (0)