Senet / Senet NAMote

Dependencies:   GeoPosition Senet_Packet lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 lmic_MOTE_L152RC mbed-src

Revision:
14:b2c6a9dc039c
Parent:
11:ff070a12d150
Child:
15:7de5208255d8
--- a/Commissioning.h	Tue Aug 23 16:06:18 2016 +0000
+++ b/Commissioning.h	Thu Aug 25 16:54:30 2016 +0000
@@ -1,8 +1,10 @@
-// Senet Developer Application EUI
+#if 1
+/ Senet Developer Application EUI
 u1_t reverse_APPEUI[8]={0x00,0x25,0x0C,0x00,0x00,0x01,0x00,0x01};
 
 // Device EUI 
 u1_t reverse_DEVEUI[8]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
 
 // Device Application Key (Get this from Developer Portal Device configuration)
-u1_t DEVKEY[16]= {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
\ No newline at end of file
+u1_t DEVKEY[16]= {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
+#endif
\ No newline at end of file