微网配置区添加无线网网段,发送模式字段

This commit is contained in:
cdyong 2015-12-16 03:41:51 +00:00
parent 2d003f1c64
commit 40d2df545a
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@ struct TinyConfig
ushort Kind; // 类型 ushort Kind; // 类型
byte Address; // 分配得到的设备地址 byte Address; // 分配得到的设备地址
byte Server; // 网关ID byte Server; // 网关ID
ushort PanID; //无线网段
byte Channel; // 通道 byte Channel; // 通道
byte SendMode //发送模式
ushort Speed; // 传输速度 ushort Speed; // 传输速度
byte HardVer; // 硬件版本 byte HardVer; // 硬件版本
byte SoftVer; // 软件版本 byte SoftVer; // 软件版本