mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
Pebble: try to fix health code, might be broken, cant test
This commit is contained in:
parent
12a5b53f00
commit
93db073538
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user