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: libmDot-mbed5 ISL29011
Diff: examples/example_config.h
- Revision:
- 46:f5b9b5cedae6
- Parent:
- 43:231de26f0302
--- a/examples/example_config.h Wed Nov 11 00:38:59 2020 +0000 +++ b/examples/example_config.h Mon Mar 01 02:47:26 2021 +0000 @@ -24,7 +24,8 @@ // CP_AS923_JAPAN // CP_IN865 #if !defined(CHANNEL_PLAN) -#define CHANNEL_PLAN CP_AS923 +//#define CHANNEL_PLAN CP_AS923 +#define CHANNEL_PLAN CP_AU915 #endif #endif