dpark地点添加为配置项
This commit is contained in:
parent
6d960f50f8
commit
699b2a5273
|
@ -211,5 +211,6 @@
|
|||
"debug": true,
|
||||
"openserial":false,
|
||||
"open_tcp_server":true,
|
||||
"check_serial":true
|
||||
"check_serial":true,
|
||||
"dpark_location":"spaoDevs"
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ type Conf struct {
|
|||
OPENTCPSETVER bool `json:"open_tcp_server"`
|
||||
CHECKSERIAL bool `json:"check_serial"`
|
||||
LORANODES []LoraNode `json:"lora_nodes"`
|
||||
DPARKLOCATION string `json:"dpark_location"`
|
||||
}
|
||||
|
||||
//无线 下位机
|
||||
|
|
Loading…
Reference in New Issue