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.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 14:5cfaeee144bc, committed 2015-02-03
- Comitter:
- ansond
- Date:
- Tue Feb 03 06:51:34 2015 +0000
- Parent:
- 13:b0b2f1ae4c30
- Child:
- 15:8ada80242804
- Commit message:
- updates and now working
Changed in this revision
| api/Utils.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/api/Utils.cpp Mon Feb 02 06:45:37 2015 +0000
+++ b/api/Utils.cpp Tue Feb 03 06:51:34 2015 +0000
@@ -51,6 +51,7 @@
config.setNSPAddress(NSP_address_bytes);
config.setNSPPortNumber(NSP_COAP_UDP_PORT);
config.setDomain(NSP_DOMAIN);
+ config.setEndpointNodename(NODE_NAME);
config.setEndpointType(NSP_ENDPOINT_TYPE);
config.setLifetime(NSP_LIFE_TIME);
