From 150a204e2b421f4e2c33f8eca8a911e6c0bc0790 Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Mon, 11 Jun 2018 12:57:26 +0300 Subject: [PATCH] Cellular: Disable Greentea tracing to consume less memory --- features/cellular/TESTS/socket/udp/template_mbed_app.json.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/TESTS/socket/udp/template_mbed_app.json.txt b/features/cellular/TESTS/socket/udp/template_mbed_app.json.txt index 2469fbbd94..6ec91df025 100644 --- a/features/cellular/TESTS/socket/udp/template_mbed_app.json.txt +++ b/features/cellular/TESTS/socket/udp/template_mbed_app.json.txt @@ -27,7 +27,7 @@ "ppp-cell-iface.apn-lookup": false, "cellular.use-apn-lookup": false, "target.features_add": ["LWIP"], - "mbed-trace.enable": true, + "mbed-trace.enable": false, "lwip.ipv4-enabled": true, "lwip.ipv6-enabled": true, "lwip.tcp-enabled": false,