Fork of Semtech LoRaWAN stack
Fork of LoRaWAN-lib by
Revision 36:fc9baa35ae1a, committed 2017-08-08
- Comitter:
- Shaun Nelson
- Date:
- Tue Aug 08 11:21:18 2017 -0400
- Branch:
- SenetNetTool
- Parent:
- 31:930f949fdd9e
- Child:
- 43:eed39925bade
- Child:
- 49:8b9e6442a02a
- Commit message:
- Add stack version info 4.2.1
Changed in this revision
| LoRaMac.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LoRaMac.h Thu Aug 03 14:51:24 2017 -0400 +++ b/LoRaMac.h Tue Aug 08 11:21:18 2017 -0400 @@ -47,7 +47,14 @@ #define __LORAMAC_H__ // Includes board dependent definitions such as channels frequencies -#include "LoRaMac-board.h" +#include "LoRaMac-board.h" + + /*! + * Stack Version Information + */ +#define LORAMAC_MAJOR_VERSION 4 +#define LORAMAC_MINOR_VERSION 2 +#define LORAMAC_POINT_VERSION 1 /*! * Beacon interval in us
