Commit d9cbf24
committed
Allow target-specific overrides for default client transport-mode
Application can override the default client transport-mode from
mbed_app.json via definition:
"target.macros_add": ["MBED_CLOUD_CLIENT_TRANSPORT_MODE_UDP"],
If UDP or UDP_QUEUE is more suitable as default transport-mode.
For example cellular targets most likely should be UDP_QUEUE.1 parent 46c8b0a commit d9cbf24
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments