Skip to content

Commit

Permalink
im going insane
Browse files Browse the repository at this point in the history
why the hell does setting the knees set for chest and hips instead
im so confused
im releasing this anyways to get htis out of the way
  • Loading branch information
JovannMC committed Apr 13, 2024
1 parent 88778af commit 13154f2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/devices/haritorax-wireless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,19 @@ export default class HaritoraXWireless extends EventEmitter {
sensorAutoCorrection: string[],
ankleMotionDetection: boolean
) {
// !
// TODO: fix left knee setting for chest, right knee setting for hip
// TODO: probably see if you can submit settings one by one
const TRACKERS_GROUP_ONE = [
"rightKnee",
"hip",
"leftKnee",
"rightKnee",
"leftAnkle",
"leftElbow",
];
const TRACKERS_GROUP_TWO = [
"rightAnkle",
"chest",
"leftAnkle",
"rightAnkle",
"leftKnee",
"rightElbow",
];

Expand Down

0 comments on commit 13154f2

Please sign in to comment.