Skip to content

Commit

Permalink
Merge pull request #444 from jmlich/amazfit-neo-sample-size
Browse files Browse the repository at this point in the history
[Amazfit NEO] Use sampleSize 8 for activity fetch
  • Loading branch information
piggz authored Dec 29, 2024
2 parents 68fb7a4 + 5c92af5 commit de52f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daemon/src/devices/neodevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ void NeoDevice::initialise()

QString revision = softwareRevision();
qDebug() << Q_FUNC_INFO << "Neo Firmware: " << revision;
m_ActivitySampleSize = 8;

}


Expand Down

0 comments on commit de52f8e

Please sign in to comment.