mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
set default radio channel: 26
same as sky platform
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: cooja-radio.c,v 1.7 2008/03/17 09:48:00 fros4943 Exp $
|
* $Id: cooja-radio.c,v 1.8 2008/03/18 16:22:00 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -60,7 +60,7 @@ char simRadioHWOn = 1;
|
|||||||
int simSignalStrength = SS_NOTHING;
|
int simSignalStrength = SS_NOTHING;
|
||||||
int simLastSignalStrength = SS_NOTHING;
|
int simLastSignalStrength = SS_NOTHING;
|
||||||
char simPower = 100;
|
char simPower = 100;
|
||||||
int simRadioChannel = 1;
|
int simRadioChannel = 26;
|
||||||
int inSendFunction = 0;
|
int inSendFunction = 0;
|
||||||
|
|
||||||
static void (* receiver_callback)(const struct radio_driver *);
|
static void (* receiver_callback)(const struct radio_driver *);
|
||||||
|
Reference in New Issue
Block a user