1
0
Fork 0

fixing settings hopefully

master
Gordon Williams 2019-11-09 20:45:10 +00:00
parent 21d3dcedd5
commit beb1b75da2
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
{ "id": "setting",
"name": "Settings",
"icon": "settings.png",
"description": "Show the current angle of the watch, so you can use it to make sure something is absolutely flat",
"description": "A menu for setting up Bangle.js - by default this disables Bluetooth unless you enable 'BLE' AND 'Dev'",
"tags": "tool,system",
"storage": [
{"name":"+setting","url":"settings.json"},

View File

@ -76,7 +76,7 @@ Bangle.HID = E.toUint8Array(atob("BQEJBqEBhQIFBxngKecVACUBdQGVCIEClQF1CIEBlQV1AQ
if (s.dev)
Bluetooth.setConsole();
else
LoopbackA.setControl(true);
LoopbackA.setConsole(true);
var adv = { uart: true };
if (s.HID) {
adv.hid = Bangle.HID;