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: Beep C12832_lcd LM75B MMA7660 WiflyInterface mbed-rtos mbed nsdl_lib
Fork of NSDL_HelloWorld by
Revision 4:15690450a797, committed 2013-10-15
- Comitter:
- bogdanm
- Date:
- Tue Oct 15 15:59:51 2013 +0000
- Parent:
- 3:52c1b649eb04
- Child:
- 5:c257ee923598
- Commit message:
- Changed endpoint prefix
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 15 15:48:23 2013 +0000
+++ b/main.cpp Tue Oct 15 15:59:51 2013 +0000
@@ -28,7 +28,7 @@
/* Change this IP address to that of your NanoService Platform installation */
static const char* NSP_ADDRESS = "217.140.101.20"; /* internal NSP*/
static const int NSP_PORT = 5683;
-char endpoint_name[16] = "refactored";
+char endpoint_name[16] = "mbed-demo-";
uint8_t ep_type[] = {"mbed_device"};
uint8_t lifetime_ptr[] = {"1200"};
