mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11469 from AriParkkila/cell-clear-ndef
Cellular: Disable cellular.clear-on-connect by defaultpull/11523/head
commit
c1a1c22fe9
|
@ -26,8 +26,8 @@
|
||||||
"value": null
|
"value": null
|
||||||
},
|
},
|
||||||
"clear-on-connect" : {
|
"clear-on-connect" : {
|
||||||
"help": "Clear modem to a known default state on connect()",
|
"help": "Clear modem to a known default state on connect() before SIM pin is entered, null to disable",
|
||||||
"value": true
|
"value": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue