Skip to content
Snippets Groups Projects
Commit b8110663 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Fix Model.

parent 24382813
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -144,7 +144,7 @@ func NewGQGMC(c Config) (*GQGMCCounter, error) {
}
gc.port = p
v, err = gc.communicate(cmdGetVersion, 14)
gc.model = string(v[:6])
gc.model = string(v[:7])
gc.version = string(v[7:])
gc.shortVer = string(v[10:])
//getConfigurationData()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment