Merge pull request #11469 from AriParkkila/cell-clear-ndef

Cellular: Disable cellular.clear-on-connect by default
pull/11523/head
Martin Kojtal 2019-09-19 10:37:10 +02:00 committed by GitHub
commit c1a1c22fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
"value": null
},
"clear-on-connect" : {
"help": "Clear modem to a known default state on connect()",
"value": true
"help": "Clear modem to a known default state on connect() before SIM pin is entered, null to disable",
"value": null
}
}
}