Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DHT HX711 libmDot-mbed5 ISL29011
Fork of EXPO_ANDA by
Diff: examples/example_config.h
- Revision:
- 27:3f2cb700dd45
- Parent:
- 26:8bc4079c4c8d
--- a/examples/example_config.h Wed Jan 03 07:14:33 2018 +0000 +++ b/examples/example_config.h Tue Apr 17 18:10:04 2018 +0000 @@ -9,7 +9,7 @@ // the active example is the one that will be compiled #if !defined(ACTIVE_EXAMPLE) -#define ACTIVE_EXAMPLE CLASS_C_EXAMPLE +#define ACTIVE_EXAMPLE OTA_EXAMPLE #endif // the active channel plan is the one that will be compiled @@ -21,7 +21,7 @@ // CP_AS923 // CP_AS923_JAPAN // CP_IN865 -#define CHANNEL_PLAN CP_IN865 +#define CHANNEL_PLAN CP_US915 #if !defined(CHANNEL_PLAN) #define CP_IN865 #endif
