FF1705 support added
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Fork of Dot-Examples by
Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2
Diff: examples/src/manual_example.cpp
- Revision:
- 22:d9bc10bbc433
- Parent:
- 21:09d05faf0e13
- Child:
- 26:79d1af6752dd
--- a/examples/src/manual_example.cpp Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/manual_example.cpp Thu Jun 29 15:31:22 2017 +0000
@@ -66,6 +66,8 @@
plan = new lora::ChannelPlan_AS923();
#elif CHANNEL_PLAN == CP_AS923_JAPAN
plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+ plan = new lora::ChannelPlan_IN865();
#endif
assert(plan);
