Skip to content

Commit

Permalink
QZ CRUSH AT CONNECTION INITIAL 100 DOMYOS (Issue #3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Feb 19, 2025
1 parent 3e29dd6 commit 3463511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ypooelliptical/ypooelliptical.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ void ypooelliptical::characteristicChanged(const QLowEnergyCharacteristic &chara
emit debug(QStringLiteral("Current Watt: ") + QString::number(m_watt.value()));
index += 2;
} else if(DOMYOS) {
m_watt = watts();
m_watt = elliptical::watts();
emit debug(QStringLiteral("Current Watt: ") + QString::number(m_watt.value()));
}

Expand Down

0 comments on commit 3463511

Please sign in to comment.