diff --git a/apps/btadv/app.ts b/apps/btadv/app.ts index d3d720e65..1d9501175 100644 --- a/apps/btadv/app.ts +++ b/apps/btadv/app.ts @@ -130,8 +130,7 @@ const settings: BtAdvMap = { mag: false, }; -const idToName: BtAdvMap = { - acc: "Acceleration", +const idToName: BtAdvMap = { bar: "Barometer", gps: "GPS", hrm: "HRM", @@ -223,15 +222,6 @@ const btnLayout = new Layout( { type: "h", c: [ - { - type: "btn", - label: idToName.acc, - id: "acc", - cb: () => {}, - ...btnStyle, - col: colour.on, - btnBorder: colour.on, - }, { type: "btn", label: "Back",