aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-02-02 16:58:33 +0100
committerGitHub <noreply@github.com>2021-02-02 16:58:33 +0100
commit3d4366fcafaf55fb3eaa8a80fcbbc266d514d34c (patch)
tree0e03f034f1d0e71aaa931195fc92ce8cd3037059
parentf308eb46365a0e8b490e7fa371a53d72a1f41852 (diff)
downloadhoverbit-ble-3d4366fcafaf55fb3eaa8a80fcbbc266d514d34c.tar.gz
hoverbit-ble-3d4366fcafaf55fb3eaa8a80fcbbc266d514d34c.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49a7fba..5724574 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,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
-- [ ] No multitouch support on webapp yet, this makes it difficult to use it, to make it a bit easier you can enable `Sticky controls`.
+- [ ] No multitouch support on webapp yet, this makes it difficult to use it, to make it a bit easier you can enable `Sticky controls`. (Current plan is to use [nipplejs](https://yoannmoi.net/nipplejs/) as joysticks)
- [ ] 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.