You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pre-requisites section
- Move the compatibility section to the top.
- Explicitly mention that Windows and Mac OS are not supported
- Mention `apt` install
* Update README.md
* Update README.md
---------
Co-authored-by: Christian Vadalà <chr.vadala@gmail.com>
This library works on many architectures supported by Linux. However Windows and Mac OS are [*not* supported](https://github.com/chrvadala/node-ble/issues/31).
26
+
27
+
It leverages the `bluez` driver, a component supported by the following platforms and distributions <https://www.bluez.org/about>.
28
+
29
+
*node-ble* has been tested on the following architectures:
30
+
- Raspbian
31
+
- Ubuntu
32
+
- Debian
33
+
24
34
# Install
25
35
```sh
26
36
npm install node-ble
@@ -100,13 +110,6 @@ await device.disconnect()
100
110
destroy()
101
111
```
102
112
103
-
# Compatibility
104
-
This library works on many architectures supported by Linux.
105
-
It leverages on Bluez driver, a component supported by the following platforms and distributions https://www.bluez.org/about
106
-
107
-
*Node-ble* has been tested on the following environment:
0 commit comments