1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-18 20:26:39 +02:00

Pebble: try to fix health code, might be broken, cant test

This commit is contained in:
Andreas Shimokawa 2016-02-09 00:56:16 +01:00
parent 12a5b53f00
commit 93db073538

View File

@ -22,7 +22,7 @@ import nodomain.freeyourgadget.gadgetbridge.util.GB;
public class DatalogSessionHealth extends DatalogSession {
private final int preambleLength = 10; // FIXME: this is 14 but if would break the code if corrected
private final int preambleLength = 14;
private final int packetLength = 99;
private static final Logger LOG = LoggerFactory.getLogger(DatalogSessionHealth.class);