Publish on embed
Dependencies: libmDot-mbed5 ISL29011
Fork of Dot-Examples by
Diff: examples/example_config.h
- Revision:
- 26:8bc4079c4c8d
- Parent:
- 22:d9bc10bbc433
--- 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