Skip to content

Commit

Permalink
Nordictrack X14i - incline off (Issue #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Feb 7, 2024
1 parent 801d653 commit 23d1422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private void listenAndWaitAndThrowIntent(InetAddress broadcastIP, Integer port)
y2 = (int) (785 - (11.304347826086957 * (reqInclination + 6)));
} else if (device == _device.x14i) {
x1 = 75;
y1Inclination = x14i_inclination_lookuptable(ZService.lastInclinationFloat);
y1Inclination = x14i_inclination_lookuptable(QZService.lastInclinationFloat);
y2 = y1Inclination - x14i_inclination_lookuptable(reqInclination);
} else if (device == _device.x32i) {
x1 = 76;
Expand Down

0 comments on commit 23d1422

Please sign in to comment.