微网配置区添加无线网网段,发送模式字段
This commit is contained in:
parent
2d003f1c64
commit
40d2df545a
|
@ -23,7 +23,9 @@ struct TinyConfig
|
|||
ushort Kind; // 类型
|
||||
byte Address; // 分配得到的设备地址
|
||||
byte Server; // 网关ID
|
||||
ushort PanID; //无线网段
|
||||
byte Channel; // 通道
|
||||
byte SendMode //发送模式
|
||||
ushort Speed; // 传输速度
|
||||
byte HardVer; // 硬件版本
|
||||
byte SoftVer; // 软件版本
|
||||
|
|
Loading…
Reference in New Issue