Skip to content

Commit

Permalink
JLL T550 #2161
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Feb 26, 2024
1 parent 4876712 commit 24078a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/fitshowtreadmill/fitshowtreadmill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void fitshowtreadmill::characteristicChanged(const QLowEnergyCharacteristic &cha
}
} else if (par == FITSHOW_STATUS_RUNNING || par == FITSHOW_STATUS_STOP || par == FITSHOW_STATUS_PAUSED ||
par == FITSHOW_STATUS_END) {
if (full_len >= 17) {
if (full_len >= 16) {
if (par == FITSHOW_STATUS_RUNNING)
IS_RUNNING = true;
else {
Expand Down

0 comments on commit 24078a9

Please sign in to comment.