Skip to content
Snippets Groups Projects
Commit 5a5897a1 authored by smurray798's avatar smurray798
Browse files

Added Sam's and Marcus's connection strings as defines

parent eaf3d4c6
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,10 @@ extern "C" {
#endif//ESP_ARCH
// ----------- Declaration of vars --------------
static const char* connectionString = "HostName=SepIoTHub.azure-devices.net;DeviceId=Node1;SharedAccessKey=dZfUU6HJc+TCioN8sbiCgSb/zVK0bgEOiTLKryj6lPA=";
#define SEP_CONNECTION_STRING "HostName=SepIoTHub.azure-devices.net;DeviceId=Node1;SharedAccessKey=dZfUU6HJc+TCioN8sbiCgSb/zVK0bgEOiTLKryj6lPA="
#define SAM_CONNECTION_STRING "HostName=Sam-Murray-Student-IoT-Hub.azure-devices.net;DeviceId=CSCE838-IoT-Sam-Murray;SharedAccessKey=QakoDPCyhIYVOGhf0vcwS+DrHq8rMRWLyS0JmUK8ak0="
#define MARCUS_CONNECTION_STRING "HostName=CSCE838-IoT.azure-devices.net;DeviceId=Gateway;SharedAccessKey=45a4Yyi98WLO2d7Dudf+jR5r05T063sLWd1UpyCYsAI="
static const char* connectionString = SEP_CONNECTION_STRING;
uint8_t debug=1; // Debug level! 0 is no msgs, 1 normal, 2 extensive
uint8_t pdebug=0xFF; // Allow all atterns (departments)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment