From e4d25d26490e9da135d123a41347c6f00bff6234 Mon Sep 17 00:00:00 2001 From: xloem <0xloem@gmail.com> Date: Sat, 12 Dec 2020 10:56:57 -0500 Subject: [PATCH] Correctly remove missing Bluetooth from matrix The support for Bluetooth in the repository is a nonbehaving stub. It shouldn't be marked as supported, as only hardware enabled status is implemented and no communication with devices. It would be good if a label were added asking for help implementing it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe1e761..491b88bf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ implement the api in the easiest way, depending on the current platform. | Audio recording | ✔ | | ✔ | ✔ | | | Barometer | ✔ | ✔ | | | | | Battery | ✔ | ✔ | ✔ | ✔ | ✔ | -| Bluetooth | ✔ | | | ✔ | | +| Bluetooth | | | | | | | Brightness | ✔ | ✔ | | | ✔ | | Call | ✔ | ✔ | | | | | Camera (taking picture) | ✔ | ✔ | | | |