jasongin / noble-uwp

Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings
MIT License
83 stars 45 forks source link

OS version requirement mismatch between README and code #59

Closed enami closed 6 years ago

enami commented 6 years ago

It looks like there is slight mismatch about required OS version between README and code.

The README says Windows 10 build 10.0.15063 or later is required while index.js checks if OS version is 10.0.15014 or later.

jasongin commented 6 years ago

15014 was an intermediate (insiders) build, while 15063 was the released build. There's no reason to support old insiders builds, so index.js should probably be updated to 15063.