libxdot LESS version
plans/ChannelPlans.h@15:e098cf00f502, 2019-05-03 (annotated)
- Committer:
- icarballeda
- Date:
- Fri May 03 21:37:43 2019 +0000
- Revision:
- 15:e098cf00f502
- Parent:
- 11:be2a6466d680
CO2 is equal to -99 when it fails.; AppEUI, AppKEY & Radio Confs edited to work with Cisco Gateways (Multitech Compatible); Smartium: Added New message, alert string as in CDFS protocol.; Fixed: Accel & ux for errors
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 1 | #include "ChannelPlan_AS923.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 2 | #include "ChannelPlan_AU915.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 3 | #include "ChannelPlan_US915.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 4 | #include "ChannelPlan_EU868.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 5 | #include "ChannelPlan_KR920.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 6 | #include "ChannelPlan_IN865.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 7 | #include "ChannelPlan_AS923_Japan.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 8 | |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 9 | |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 10 | #define CP_AS923 1 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 11 | #define CP_AU915 2 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 12 | #define CP_US915 3 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 13 | #define CP_EU868 4 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 14 | #define CP_KR920 5 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 15 | #define CP_IN865 6 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 16 | #define CP_AS923_JAPAN 7 |