#define CONFIG_CHANNEL_MASK { 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00 }
Viki Shi:
没看明白,什么叫“具体传入的参数介绍”?是数据包格式吗?
user5322468:
回复 Viki Shi:
我的意思是,如何配置这7个信道
user5322468:
回复 Viki Shi:
我是用433,collector默认 #define CONFIG_CHANNEL_MASK { 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00 }如果要使用7个,应该如何修改,而且config中,0F,指的三个信道,又是什么?没有具体概括信道的文档
First byte represents channels 0 to 7 and the last byte representschannels 128 to 135.For byte zero in the bit mask, LSB representing Ch0.For byte 1, LSB represents Ch8 and so on.e.g., 0x01 0x10 represents Ch0 and Ch12 are included.The default of 0x0F represents channels 0-3 are selected.
TI中文支持网
