Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 9a0c0b7

Browse files
committed
Merge pull request #20 from ARMmbed/config-parameters
Modifying config parameters to be inline with yotta configuration style.
2 parents e4e717e + 33757b2 commit 9a0c0b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mbed_app.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"config": {
3-
"mbed-client-user-config-file": {
4-
"value": "\"mbed_client_config.h\""
2+
"target_overrides": {
3+
"*": {
4+
"mbed-client.reconnection-count": 3,
5+
"mbed-client.reconnection-interval": 5
56
}
67
}
78
}

0 commit comments

Comments
 (0)