You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments