Allow easy-switch between tag versions for the cc26xx-web-demo
This commit is contained in:
parent
90b5d2a149
commit
4e5608ef72
@ -53,6 +53,16 @@
|
||||
*/
|
||||
#define CC26XX_WEB_DEMO_CONF_ADC_DEMO 0
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/*
|
||||
* Change to 1 if you are using an older CC2650 Sensortag (look for Rev: 1.2
|
||||
* printed on the PCB, or for a sticker reading "HW Rev 1.2.0").
|
||||
*
|
||||
* This may be the case if you are getting this error:
|
||||
* "Could not open flash to load config"
|
||||
* when your sensortag is starting up.
|
||||
*/
|
||||
#define SENSORTAG_CC2650_REV_1_2_0 0
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Enable the ROM bootloader */
|
||||
#define ROM_BOOTLOADER_ENABLE 1
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user