mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Revision 2:e949b5a5f40a, committed 2014-03-26
- Comitter:
- ansond
- Date:
- Wed Mar 26 20:01:36 2014 +0000
- Parent:
- 1:5976e067b32a
- Child:
- 3:ade23c97d256
- Commit message:
- updates
Changed in this revision
EmulatedResourceFactory.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/EmulatedResourceFactory.cpp Wed Mar 26 19:55:26 2014 +0000 +++ b/EmulatedResourceFactory.cpp Wed Mar 26 20:01:36 2014 +0000 @@ -96,7 +96,7 @@ this->createResource(endpoint_name,"/lt/0/on","1",(void *)&emulated_light_switch_cb); // Action: light on/off this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb); // Action: light on/off this->createResource("/dev/mdl","MQTT MBED Light"); - this->createResource("/dev/mfg","NXP MBED"); + this->createResource("/dev/mfg",PLATFORM_STRING); this->createResource("/gps/int","60"); this->createResource("/gps/fix","1"); this->createResource("/nw/pipaddr","N/A");