diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-06-08 01:12:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 01:12:10 +0200 |
commit | 7e25f834bf978025c969da88c78de6fbdf2f7d22 (patch) | |
tree | 6f013ef4a457389ed69b29f0f58a751fdb355334 | |
parent | 26d844c4149af823cd84e68417a5722352346ba7 (diff) | |
download | hoverbit-ble-7e25f834bf978025c969da88c78de6fbdf2f7d22.tar.gz hoverbit-ble-7e25f834bf978025c969da88c78de6fbdf2f7d22.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ docker run -v $(pwd):/app --rm microbit-tools ## Versions There is no connection between the version of the app and the version of the MICRO:BIT code, other than that major versions is supposed to be compatible. Meaning that if you come over some problems, and don't find a [issue](https://github.com/JakobST1n/hoverbit-ble/issues) describing your problem. You should first check that the major version of both the app and microbit hex is the same (e.g. app `1.0.8-alpha.0`and MICRO:BIT `1.0.1`, where the first number is the major). +To see what version the micro:bit is running, press `A` and `B` simultaneously, and the version number should scroll over the screen. + ## Known issues Take a look at [active issues](https://github.com/JakobST1n/hoverbit-ble/issues). Submit a issue there if find any problems. |