Skip to content

Commit

Permalink
speed not controlled JTX Sprint-5 #2223
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Mar 18, 2024
1 parent 8b6a4b3 commit 5bfa0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void trxappgateusbtreadmill::stateChanged(QLowEnergyService::ServiceState state)
QString uuidNotify = QStringLiteral("0000fff1-0000-1000-8000-00805f9b34fb");
QString uuidNotify2 = QStringLiteral("49535343-ACA3-481C-91EC-D85E28A60318");

if (treadmill_type == TYPE::IRUNNING || treadmill_type == TYPE::REEBOK || treadmill_type == TYPE::DKN_2) {
if (treadmill_type == TYPE::IRUNNING || treadmill_type == TYPE::REEBOK || treadmill_type == TYPE::DKN_2 || treadmill_type == TYPE::DKN_3) {
uuidWrite = QStringLiteral("49535343-8841-43f4-a8d4-ecbe34729bb3");
uuidNotify = QStringLiteral("49535343-1E4D-4BD9-BA61-23C647249616");
}
Expand Down

0 comments on commit 5bfa0bb

Please sign in to comment.