From cb806befcf8f905e2e518faf0c5ab9b616010680 Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Tue, 26 Nov 2019 16:32:53 +0200 Subject: [PATCH] Enabled SMS by default to not break anything --- features/cellular/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/mbed_lib.json b/features/cellular/mbed_lib.json index 5ef8909e5a..ca4dfcaf58 100644 --- a/features/cellular/mbed_lib.json +++ b/features/cellular/mbed_lib.json @@ -7,7 +7,7 @@ }, "use-sms": { "help": "Enable or disable SMS functionality in Cellular stack.", - "value": false + "value": true }, "random_max_start_delay": { "help": "Maximum random delay value used in start-up sequence in milliseconds",