mDot-Examples triage

Dependencies:   libmDot-dev-mbed5-deprecated ISL29011

Fork of Dot-Examples by MultiTech

Revision:
22:467445cc66f6
Parent:
21:09d05faf0e13
diff -r 09d05faf0e13 -r 467445cc66f6 examples/example_config.h
--- a/examples/example_config.h	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/example_config.h	Fri Jun 23 20:00:44 2017 +0000
@@ -9,7 +9,7 @@
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)
-#define ACTIVE_EXAMPLE  OTA_EXAMPLE
+#define ACTIVE_EXAMPLE  MANUAL_EXAMPLE
 #endif
 
 // the active channel plan is the one that will be compiled
@@ -21,7 +21,7 @@
 //      CP_AS923
 //      CP_AS923_JAPAN
 #if !defined(CHANNEL_PLAN)
-#define CHANNEL_PLAN CP_US915
+#define CHANNEL_PLAN CP_EU868
 #endif
 
 #endif