Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of example-DISCO_L475_IOT-mbed-Cloud-connect by
Diff: mbed_cloud_client_user_config.h
- Revision:
- 4:cf7342047b4d
- Parent:
- 1:e86b1cffc402
- Child:
- 10:0b85f5df5d99
--- a/mbed_cloud_client_user_config.h Fri Jul 06 11:43:01 2018 +0200 +++ b/mbed_cloud_client_user_config.h Fri Jul 06 11:44:19 2018 +0200 @@ -22,8 +22,11 @@ #ifndef MBED_CLOUD_CLIENT_USER_CONFIG_H #define MBED_CLOUD_CLIENT_USER_CONFIG_H - +#ifdef MBED_CONF_APP_ENDPOINT_TYPE +#define MBED_CLOUD_CLIENT_ENDPOINT_TYPE MBED_CONF_APP_ENDPOINT_TYPE +#else #define MBED_CLOUD_CLIENT_ENDPOINT_TYPE "default" +#endif // Enable either TCP or UDP, but no both #define MBED_CLOUD_CLIENT_TRANSPORT_MODE_TCP