Merge pull request #7182 from AriParkkila/cellular-greentea-fix

Cellular: Disable Greentea tracing to consume less memory
pull/6962/head
Cruz Monrreal 2018-06-11 21:28:02 -05:00 committed by GitHub
commit af55378c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"ppp-cell-iface.apn-lookup": false, "ppp-cell-iface.apn-lookup": false,
"cellular.use-apn-lookup": false, "cellular.use-apn-lookup": false,
"target.features_add": ["LWIP"], "target.features_add": ["LWIP"],
"mbed-trace.enable": true, "mbed-trace.enable": false,
"lwip.ipv4-enabled": true, "lwip.ipv4-enabled": true,
"lwip.ipv6-enabled": true, "lwip.ipv6-enabled": true,
"lwip.tcp-enabled": false, "lwip.tcp-enabled": false,