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: FXLS8471Q MPL3115A2 MQTT mbed
Fork of 2lemetry_Sensor_Example by
Revision 2:643e3707d043, committed 2014-10-28
- Comitter:
- Vanger
- Date:
- Tue Oct 28 19:07:51 2014 +0000
- Parent:
- 1:76498fdfbecf
- Child:
- 3:9736a8776102
- Commit message:
- Removed testing data
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 28 19:03:29 2014 +0000 +++ b/main.cpp Tue Oct 28 19:07:51 2014 +0000 @@ -28,13 +28,13 @@ * You should be able to see your test data (page needs to be refreshed periodically, it doesn't automatically refresh) */ -char _2LEMETRY_USERID[] = "086f47ee-9a3f-4f3f-8ae5-c0a13e059f74"; -char _2LEMETRY_TOKEN[] = "64bc612e5e632b3687a93c6326bfaaff"; -char _2LEMETRY_DOMAIN[] = "n49bxegoz2urcfy"; +char _2LEMETRY_USERID[] = ""; +char _2LEMETRY_TOKEN[] = ""; +char _2LEMETRY_DOMAIN[] = ""; char _2LEMETRY_STUFF[] = "mbed"; char _2LEMETRY_DEVICE_ID[] = "nucleo-0001"; -char _APN[] = "dynamic.dcnm2m.com"; +char _APN[] = ""; char _host[] = "q.mq.tt"; int _port = 1883;