calimero-project / calimero-core

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

win7_OrLater field issue on Discoverer class #55

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 .

calimero-project commented 6 years ago

Thank you!