Publish on embed

Dependencies:   libmDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
Rajnish
Date:
Wed Jan 03 07:14:33 2018 +0000
Parent:
25:c8e4e966a387
Commit message:
plan changed

Changed in this revision

examples/example_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/examples/example_config.h	Tue Jan 02 06:34:36 2018 +0000
+++ b/examples/example_config.h	Wed Jan 03 07:14:33 2018 +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  CLASS_C_EXAMPLE
 #endif
 
 // the active channel plan is the one that will be compiled
@@ -21,8 +21,9 @@
 //      CP_AS923
 //      CP_AS923_JAPAN
 //      CP_IN865
+#define CHANNEL_PLAN CP_IN865
 #if !defined(CHANNEL_PLAN)
-#define CHANNEL_PLAN CP_US915
+#define CP_IN865
 #endif
 
 #endif