From 273adba7504b653328f9576b473f8ba82c01ed2d Mon Sep 17 00:00:00 2001 From: Yogesh Pande Date: Wed, 8 Jun 2016 15:04:23 +0300 Subject: [PATCH] Modifying config parameters to be inline with yotta configuration style. --- mbed_app.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mbed_app.json b/mbed_app.json index d9f739fb5..526e70b47 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -1,7 +1,8 @@ { - "config": { - "mbed-client-user-config-file": { - "value": "\"mbed_client_config.h\"" + "target_overrides": { + "*": { + "mbed-client.reconnection-count": 3, + "mbed-client.reconnection-interval": 5 } } }