Skip to content

Commit

Permalink
No Heart Rate nor distance showing in tiles on QZ (Issue #1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Dec 30, 2023
1 parent 4e6b29d commit 001c651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proformtreadmill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ void proformtreadmill::characteristicChanged(const QLowEnergyCharacteristic &cha
proform_treadmill_8_0 || proform_treadmill_9_0 || nordictrack_incline_trainer_x7i) &&
(newValue.at(4) != 0x02 || (newValue.at(5) != 0x31 && newValue.at(5) != 0x34))) ||
((norditrack_s25i_treadmill) && (newValue.at(4) != 0x02 || (newValue.at(5) != 0x2f))) ||
((nordictrack_t65s_treadmill || proform_treadmill_l6_0s || proform_pro_1000_treadmill || nordictrack_t65s_83_treadmill || nordictrack_s30_treadmill ||
((nordictrack_t65s_treadmill || proform_pro_1000_treadmill || nordictrack_t65s_83_treadmill || nordictrack_s30_treadmill ||
nordictrack_s20_treadmill || proform_treadmill_se || proform_cadence_lt) &&
(newValue.at(4) != 0x02 || newValue.at(5) != 0x2e)) ||
(((uint8_t)newValue.at(12)) == 0xFF && ((uint8_t)newValue.at(13)) == 0xFF &&
Expand Down

0 comments on commit 001c651

Please sign in to comment.