diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-02-09 20:47:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 20:47:05 +0100 |
commit | 6d1a228684350e98afc5449deab709c9db22311c (patch) | |
tree | d7d56aea3e29b04dc3f605219efea0c32ae8110b | |
parent | d1242e4b8ac8a92c4cb9890e995715475a3c43ac (diff) | |
download | hoverbit-ble-6d1a228684350e98afc5449deab709c9db22311c.tar.gz hoverbit-ble-6d1a228684350e98afc5449deab709c9db22311c.zip |
:memo: Add browser recommendation
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # HOVER:BIT Bluetooth Controller software This is software for controlling the HOVER:BIT kit with a progressive web app. -The web app lives in the [controller](https://github.com/JakobST1n/hoverbit-ble/tree/controller) branch, you can access it [here](http://jakobst1n.github.io/hoverbit-ble/). It works the best if you install it on your device, usually you should get a prompt to install it when accessing the site. +The web app lives in the [controller](https://github.com/JakobST1n/hoverbit-ble/tree/controller) branch, you can access it [here](http://jakobst1n.github.io/hoverbit-ble/). It works the best if you install it on your device, usually you should get a prompt to install it when accessing the site. + +Only tested on __Google Chrome__! Will __NOT__ work on Safari (as apple doesn't allow web bluetooth). I have not tested on IOS, but it should work with chrome there as well. ## Usage ### Flashing the micro:bit |