hello 2
Diff: plans/ChannelPlans.h
- Revision:
- 61:58ed1e136af5
- Child:
- 65:acc0468b9aec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plans/ChannelPlans.h Thu Jul 27 10:43:57 2017 -0500 @@ -0,0 +1,16 @@ +#include "ChannelPlan_AS923.h" +#include "ChannelPlan_AU915.h" +#include "ChannelPlan_US915.h" +#include "ChannelPlan_EU868.h" +#include "ChannelPlan_KR920.h" +#include "ChannelPlan_IN865.h" +#include "ChannelPlan_AS923_Japan.h" + + +#define CP_AS923 1 +#define CP_AU915 2 +#define CP_US915 3 +#define CP_EU868 4 +#define CP_KR920 5 +#define CP_IN865 6 +#define CP_AS923_JAPAN 7