Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

Files at this revision

API Documentation at this revision

Comitter:
Shaun Nelson
Date:
Tue Aug 08 10:01:55 2017 -0400
Parent:
34:1ac668ce2b15
Child:
37:a592e8eeaa1e
Commit message:
Add Stack major,minor, and point version. Stack version is used by the lorawan
stack class to determine what is supported

Changed in this revision

LoRaMac.h Show annotated file Show diff for this revision Revisions of this file
diff -r 1ac668ce2b15 -r 657e84889228 LoRaMac.h
--- a/LoRaMac.h	Wed Jul 26 01:08:23 2017 +0000
+++ b/LoRaMac.h	Tue Aug 08 10:01:55 2017 -0400
@@ -50,6 +50,13 @@
 #include "LoRaMac-definitions.h"
 
 /*!
+ * Stack Version Information
+ */
+#define LORAMAC_MAJOR_VERSION                       4
+#define LORAMAC_MINOR_VERSION                       3
+#define LORAMAC_POINT_VERSION                       2
+
+/*!
  * Beacon interval in ms
  */
 #define BEACON_INTERVAL                             128000