1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-16 20:31:00 +02:00

Bip: oups, that was just for testing

This commit is contained in:
cpfeiffer 2017-11-02 00:19:31 +01:00
parent c8b71677cd
commit 8b66d0f0f7

View File

@ -68,8 +68,6 @@ public class FetchSportsSummaryOperation extends AbstractFetchOperation {
protected void startFetching(TransactionBuilder builder) {
LOG.info("start" + getName());
GregorianCalendar sinceWhen = getLastSuccessfulSyncTime();
builder.notify(characteristicActivityData, true);
builder.notify(characteristicFetch, true);
builder.write(characteristicFetch, BLETypeConversions.join(new byte[] {
MiBand2Service.COMMAND_ACTIVITY_DATA_START_DATE,
AmazfitBipService.COMMAND_ACTIVITY_DATA_TYPE_SPORTS_SUMMARIES},