publish

Dependencies:   ISL29011

Revision:
33:f0ccd681dac4
Parent:
22:d9bc10bbc433
--- a/examples/example_config.h	Thu Sep 13 15:32:55 2018 -0500
+++ b/examples/example_config.h	Tue Jun 23 07:26:54 2020 +0000
@@ -6,10 +6,11 @@
 #define MANUAL_EXAMPLE           3  // see manual_example.cpp
 #define PEER_TO_PEER_EXAMPLE     4  // see peer_to_peer_example.cpp
 #define CLASS_C_EXAMPLE          5  // see class_c_example.cpp
+#define WORK_TEST                6 // see class_c_example.cpp
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)
-#define ACTIVE_EXAMPLE  OTA_EXAMPLE
+#define ACTIVE_EXAMPLE  WORK_TEST
 #endif
 
 // the active channel plan is the one that will be compiled
@@ -22,7 +23,7 @@
 //      CP_AS923_JAPAN
 //      CP_IN865
 #if !defined(CHANNEL_PLAN)
-#define CHANNEL_PLAN CP_US915
+#define CHANNEL_PLAN CP_VI919
 #endif
 
 #endif