aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-02-09 21:33:19 +0100
committerGitHub <noreply@github.com>2021-02-09 21:33:19 +0100
commit47fe54915c1ec79590d3596525aa35b5988ed321 (patch)
treefa572e9bfcf600b4e960553b97ead0ead9a7abcb
parent6d1a228684350e98afc5449deab709c9db22311c (diff)
downloadhoverbit-ble-47fe54915c1ec79590d3596525aa35b5988ed321.tar.gz
hoverbit-ble-47fe54915c1ec79590d3596525aa35b5988ed321.zip
:memo: Add issues note
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 683df83..b5f21db 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,7 @@ docker run -v $(pwd):/app --rm microbit-tools
[Refer to this repo's readme](https://github.com/lancaster-university/microbit-v2-samples). This is in theory not hard, but if you like me have a lot of toolchains for compiling to other architectures already installed, it could be a bit of work to make function properly.
## Known issues
-- [ ] Webapp is a bit ugly.
-- [ ] Things often stop working if you have been connected, drop the connection and then reconnect. I don't know exacly why, to circumvent this you can restart the webapp, and boot the micro:bit.
-- [ ] There is no failsafe-mode currently, this should be implemented according to the spektsat protocol.
-- [X] No multitouch support on webapp yet, this makes it difficult to use it, to make it a bit easier you can enable `Sticky controls`.
+Take a look at [active issues](https://github.com/JakobST1n/hoverbit-ble/issues). Submit a issue there if find any problems.
## Credits
- The [micro:bit Web Bluetooth](https://github.com/thegecko/microbit-web-bluetooth) library is used by the webapp for bluetooth communication with the MICRO:BIT.