calimero-project / calimero-core

Core library for KNX network access and management
Other
128 stars 65 forks source link

the “win7_OrLater” static field issue in Discoverer class #54

Closed joegana closed 6 years ago

joegana commented 6 years ago

I Think "win7_OrLater" should assign on this way win7_OrLater = Double.parseDouble(ver) >= 6.1
Because the win7 kernel version is 6.1 .