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

here
Andreas Shimokawa 2016-02-09 00:56:16 +01:00
parent 12a5b53f00
commit 93db073538
1 changed files with 1 additions and 1 deletions

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);