SampleIoT
Dependencies: C12832 EthernetInterface IBMIoTF LM75B MMA7660 MQTT mbed-rtos mbed
Fork of IBMIoTClientLibrarySample by
Revision 3:e7b2f56c4f3f, committed 2016-01-12
- Comitter:
- sathipal
- Date:
- Tue Jan 12 08:13:38 2016 +0000
- Parent:
- 2:2fc985a92cda
- Commit message:
- keep the sample in quickstart mode by default
Changed in this revision
src/Main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2fc985a92cda -r e7b2f56c4f3f src/Main.cpp --- a/src/Main.cpp Tue Jan 05 08:53:43 2016 +0000 +++ b/src/Main.cpp Tue Jan 12 08:13:38 2016 +0000 @@ -60,9 +60,9 @@ joystickPos = "CENTRE"; // Set IoT Foundation connection parameters - char organization[11] = "hrcl78"; // For a registered connection, replace with your org - char deviceType[9] = "SampleDT"; // For a registered connection, replace with your device type - char deviceId[15] = "12345"; // For a registered connection, replace with your device id + char organization[11] = "quickstart"; // For a registered connection, replace with your org + char deviceType[9] = "Sample"; // For a registered connection, replace with your device type + char deviceId[15] = ""; // For a registered connection, replace with your device id char method[6] = "token"; // Not required to change as IBM IoTF expects only "token" for now char token[9] = "password"; // For a registered connection, replace with your auth-token