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.
Dependencies: mbed-os
Diff: security.h
- Revision:
- 95:38124d242060
- Parent:
- 0:f136c42d39be
- Child:
- 98:bb04259bcdbe
--- a/security.h Thu Apr 07 00:25:23 2016 +0000 +++ b/security.h Thu Apr 07 11:42:36 2016 +0000 @@ -18,8 +18,8 @@ #include <inttypes.h> -#define MBED_DOMAIN "30cc12a0-e019-439c-1111-425c2cb67985" -#define MBED_ENDPOINT_NAME "6abcd418-ef94-47bb-1111-9e1b57d13bc3" +#define MBED_DOMAIN "DOMAIN" +#define MBED_ENDPOINT_NAME "ENDPOINT_NAME" const uint8_t SERVER_CERT[] = "-----BEGIN CERTIFICATE-----\r\n" "-----END CERTIFICATE-----\r\n"; @@ -32,4 +32,4 @@ #endif //__SECURITY_H__ -//#error "You need to get credentials from connector.mbed.com and paste them in this security.h file" \ No newline at end of file +#error "You need to get security.h credentials from connector.mbed.com and replace the content of this security.h file" \ No newline at end of file