mirror of https://github.com/espruino/BangleApps
ctrlpad: add getUI on widget for debugging
parent
3fda06b701
commit
813e11c94a
|
@ -265,6 +265,7 @@
|
|||
draw: () => {},
|
||||
width: 0,
|
||||
};
|
||||
(WIDGETS["hid"] as any).getUI = () => ui;
|
||||
|
||||
/*
|
||||
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
||||
|
|
Loading…
Reference in New Issue