From 5fbcaeaca5379f4ccf5e3c4d68717453b4fd41ab Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Thu, 12 Sep 2019 00:01:43 -0700 Subject: [PATCH] Cellular: Disable cellular.clear-on-connect by default --- features/cellular/mbed_lib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cellular/mbed_lib.json b/features/cellular/mbed_lib.json index 99ed0af98c..355b0f9ded 100644 --- a/features/cellular/mbed_lib.json +++ b/features/cellular/mbed_lib.json @@ -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 } } }