mirror of https://github.com/espruino/BangleApps
btadv: todo
parent
9e8bba280b
commit
414a6817b0
|
@ -1,10 +1,3 @@
|
||||||
// TODO:
|
|
||||||
// [ ] fix format of EnvSensing data
|
|
||||||
// [-] handle NaNs in data
|
|
||||||
// [x] fix sending of HRM / changing service?
|
|
||||||
// [.] fix menu scrolling/jumping
|
|
||||||
// [.] fix resetting to accel menu
|
|
||||||
|
|
||||||
const Layout = require("Layout") as Layout_.Layout;
|
const Layout = require("Layout") as Layout_.Layout;
|
||||||
|
|
||||||
const enum Intervals {
|
const enum Intervals {
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
[ ] g.dump() - screenshot via IDE
|
||||||
|
[ ] fix format of EnvSensing data
|
||||||
|
[-] handle NaNs in data
|
||||||
|
[x] fix sending of HRM / changing service?
|
||||||
|
[x] fix menu scrolling/jumping
|
||||||
|
[x] fix resetting to accel menu
|
||||||
|
[ ] fix button lag / slow down BLE on menu?
|
Loading…
Reference in New Issue