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: X_NUCLEO_COMMON ST_INTERFACES
Diff: mbed_cloud_dev_credentials.c
- Revision:
- 10:b27c962b3c3f
- Parent:
- 4:cf7342047b4d
- Child:
- 28:0e774865873d
--- a/mbed_cloud_dev_credentials.c Sun Oct 14 19:01:53 2018 +0100
+++ b/mbed_cloud_dev_credentials.c Sat Dec 08 01:46:22 2018 +0000
@@ -15,39 +15,39 @@
*/
#ifndef __MBED_CLOUD_DEV_CREDENTIALS_H__
#define __MBED_CLOUD_DEV_CREDENTIALS_H__
-
+
#if MBED_CONF_APP_DEVELOPER_MODE == 1
#error "Replace mbed_cloud_dev_credentials.c with your own developer cert."
#endif
-
+
#include <inttypes.h>
-
+
const char MBED_CLOUD_DEV_BOOTSTRAP_ENDPOINT_NAME[] = "";
const char MBED_CLOUD_DEV_ACCOUNT_ID[] = "";
const char MBED_CLOUD_DEV_BOOTSTRAP_SERVER_URI[] = "";
-
+
const uint8_t MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_CERTIFICATE[] =
{ 0x0 };
-
+
const uint8_t MBED_CLOUD_DEV_BOOTSTRAP_SERVER_ROOT_CA_CERTIFICATE[] =
{ 0x0 };
-
+
const uint8_t MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_PRIVATE_KEY[] =
{ 0x0 };
-
+
const char MBED_CLOUD_DEV_MANUFACTURER[] = "dev_manufacturer";
-
+
const char MBED_CLOUD_DEV_MODEL_NUMBER[] = "dev_model_num";
-
+
const char MBED_CLOUD_DEV_SERIAL_NUMBER[] = "0";
-
+
const char MBED_CLOUD_DEV_DEVICE_TYPE[] = "dev_device_type";
-
+
const char MBED_CLOUD_DEV_HARDWARE_VERSION[] = "dev_hardware_version";
-
+
const uint32_t MBED_CLOUD_DEV_MEMORY_TOTAL_KB = 0;
const uint32_t MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_CERTIFICATE_SIZE = sizeof(MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_CERTIFICATE);
const uint32_t MBED_CLOUD_DEV_BOOTSTRAP_SERVER_ROOT_CA_CERTIFICATE_SIZE = sizeof(MBED_CLOUD_DEV_BOOTSTRAP_SERVER_ROOT_CA_CERTIFICATE);
const uint32_t MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_PRIVATE_KEY_SIZE = sizeof(MBED_CLOUD_DEV_BOOTSTRAP_DEVICE_PRIVATE_KEY);
-
-#endif //__MBED_CLOUD_DEV_CREDENTIALS_H__
+
+#endif //__MBED_CLOUD_DEV_CREDENTIALS_H__
\ No newline at end of file