Change the default channel

This commit changes the cc26xx web demo to default to channel 26, which is the default everywhere else.
This commit is contained in:
George Oikonomou 2018-04-26 14:39:30 +01:00
parent f54d0b2206
commit 484e9521ee
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
/*---------------------------------------------------------------------------*/
/* Change to match your configuration */
#define IEEE802154_CONF_PANID 0xABCD
#define RF_CORE_CONF_CHANNEL 25
#define RF_CORE_CONF_CHANNEL 26
#define RF_BLE_CONF_ENABLED 1
/*---------------------------------------------------------------------------*/