nodes.json are meshviewer compatible

This commit is contained in:
Geno 2016-05-16 09:50:49 +02:00
parent 139c94f083
commit 11e584183e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func NewNodes(config *Config) *Nodes {
}
go nodes.worker()
nodes.Version = 2
nodes.Version = 1
return nodes
}