Skip to content

Commit c8ab1ba

Browse files
author
Antti Kauppila
authored
Merge pull request #99 from bridadan/sim_pin_hint
[5.10 OOB] Sim pin hint
2 parents c8aa525 + cd9cb49 commit c8ab1ba

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)