Skip to content

Commit c1a1c22

Browse files
authored
Merge pull request #11469 from AriParkkila/cell-clear-ndef
Cellular: Disable cellular.clear-on-connect by default
2 parents 6fcd297 + 5fbcaea commit c1a1c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/cellular/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"value": null
2727
},
2828
"clear-on-connect" : {
29-
"help": "Clear modem to a known default state on connect()",
30-
"value": true
29+
"help": "Clear modem to a known default state on connect() before SIM pin is entered, null to disable",
30+
"value": null
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)