asdf

Dependencies:   Servo mbed mbedConnectorInterface mbedEndpointNetwork

Fork of TempAndDistTest by Tim Ambrose

Revision:
4:20feba0e781b
Parent:
3:c17adf68862b
--- a/nsp_configuration.h	Sat May 09 18:40:08 2015 +0000
+++ b/nsp_configuration.h	Sat May 09 19:00:40 2015 +0000
@@ -25,7 +25,7 @@
  
  // NSP node name
  #define NODE_NAME_LENGTH         24
- #define NODE_NAME                "trashcan"
+ #define NODE_NAME                "servotest"
  
  // NSP Address (4 bytes for IPV4, 16 bytes for IPV6)
  #define NSP_IP_ADDRESS_LENGTH    4
@@ -37,6 +37,6 @@
  
  // NSP Domain used
  #define NSP_DOMAIN_LENGTH        24
- #define NSP_DOMAIN               "trash"
+ #define NSP_DOMAIN               "servo"
 
  #endif // __NSP_CONFIGURATION_H__
\ No newline at end of file