Ottawa Bootcamp Publish

Dependencies:   SX127x lorawan1v1

Files at this revision

API Documentation at this revision

Comitter:
bootcamps
Date:
Sun Oct 21 01:06:42 2018 +0000
Parent:
14:926581c53117
Commit message:
Name and commissioning edits

Changed in this revision

Commissioning.h Show annotated file Show diff for this revision Revisions of this file
--- a/Commissioning.h	Sat Oct 20 07:28:46 2018 +0000
+++ b/Commissioning.h	Sun Oct 21 01:06:42 2018 +0000
@@ -9,8 +9,8 @@
 Description: End device commissioning parameters
 
 License: Revised BSD License, see LICENSE.TXT file include in the project
+*/
 
-*/
 #ifndef __LORA_COMMISSIONING_H__
 #define __LORA_COMMISSIONING_H__
 
@@ -24,7 +24,6 @@
 //#define USE_BAND_470
 //#define USE_BAND_780
 
-
 #define ENABLE_VT100
 
 #ifdef ENABLE_VT100
@@ -36,19 +35,20 @@
 #else
     #define ROW_MIC     0
 #endif
-
 /*!
  * Indicates if the end-device is to be connected to a private or public network
  */
-#define LORAWAN_PUBLIC_NETWORK                      true
-
-
+#define LORAWAN_PUBLIC_NETWORK      true
+/*
+************************************ OTA Provisioning to Semtech Network Server **************************************
+*/
 #define LORAWAN_DEVICE_EUI       { 0xAB,0xCC,0xEF,0x00,0x00,0x00,0x00,0x00 }
 
 #define LORAWAN_JOIN_EUI         { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }
 
 #define LORAWAN_ROOT_NWKKEY     { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88,0x99,0xaa,0xbb,0xcc,0xdd,0xee,0xff }
-
-
+/*
+********************************** End OTA Provisioning to Semtech Network Server ************************************
+*/
 #endif // __LORA_COMMISSIONING_H__