Sample code for using Aeris AerCloud with MultiTech Socket Modem

Dependencies:   FXLS8471Q MPL3115A2 MQTT mbed

Dependents:   MultiTech_AerCloud_ST-sensor_Modem

Fork of 2lemetry_Sensor_Example by Multi-Hackers

Revision:
2:643e3707d043
Parent:
1:76498fdfbecf
Child:
3:9736a8776102
--- 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;