fix
zhangqian
2023-10-26 72721bf221e6f90fb830bf28133c7588e30e1d30
constvar/const.go
@@ -50,7 +50,7 @@
}
func (slf *PlcMethod) Valid() bool {
   return *slf == PlcMethodModbusTCP || *slf == PlcMethodSerial
   return *slf == PlcMethodModbusTCP || *slf == PlcMethodSerial || *slf == PlcMethodModbusRTU
}
const (