diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-01-16 09:43:05 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2023-01-16 09:44:19 +0100 |
commit | 1a2aa931a57f586c17cde95748d195f565619910 (patch) | |
tree | 1b7cc05647f57220d981227c0008f10e48cf7624 /src/index.html | |
parent | b7b331dd28ff0fb9763c20c8cc65c0c69cf460c8 (diff) | |
download | microbit-gamepad-1a2aa931a57f586c17cde95748d195f565619910.tar.gz microbit-gamepad-1a2aa931a57f586c17cde95748d195f565619910.zip |
Add some error handling, add Uart service, add event queue for gatt events
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 525c5de..9272a78 100644 --- a/src/index.html +++ b/src/index.html @@ -40,7 +40,7 @@ <select name="layout" id="layout"> <option value="1">DPad + Buttons</option> <option value="2">DPad + DPad</option> - <option value="9">Joystick + Joystick (not micro:bit compatible)</option> + <option value="9">Joystick + Joystick (Needs more advanced micro:bit code)</option> </select> </label> <label class="form-control form-cb" for="show-gamepad-alt-text"> |