1、命令行增加第二DTU配置
This commit is contained in:
parent
cb364256f4
commit
a7f8df9f97
@ -53,7 +53,7 @@ public class APIController extends BasicController{
|
||||
// 命令行显示
|
||||
String rxInfo = "RX "+ dateFormat.format(System.currentTimeMillis())+
|
||||
" "+deviceId+" ";
|
||||
if(msgType == 0xd31a){
|
||||
if(msgType == 0xd31a || msgType == 0xd31b){
|
||||
//转成字符串
|
||||
String dtuAck = configAck.substring(9*2);
|
||||
rxInfo += configAck+"("+HexUtil.HexString2String(dtuAck)+")";
|
||||
|
||||
@ -140,7 +140,7 @@
|
||||
<script type="text/html" id="typeTrans">
|
||||
{{# if(d.type == 0){ }}
|
||||
<span>GNSS</span>
|
||||
{{# } else if(d.type == 1){ }}
|
||||
{{# } else if(d.type == 10){ }}
|
||||
<span >DTU</span>
|
||||
{{# } else if(d.type == 2){ }}
|
||||
<span >MPU</span>
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
<script type="text/html" id="typeTrans">
|
||||
{{# if(d.type == 0){ }}
|
||||
<span>GNSS</span>
|
||||
{{# } else if(d.type == 1){ }}
|
||||
{{# } else if(d.type == 10){ }}
|
||||
<span >DTU</span>
|
||||
{{# } else if(d.type == 2){ }}
|
||||
<span >MPU</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user