mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Huawei: Enable slicing by default
This commit is contained in:
parent
c9326ca447
commit
cd7c529d53
@ -243,7 +243,7 @@ public class HuaweiPacket {
|
||||
// Encryption is enabled by default, packets which don't use it must disable it
|
||||
protected boolean isEncrypted = true;
|
||||
|
||||
protected boolean isSliced = false;
|
||||
protected boolean isSliced = true;
|
||||
|
||||
public HuaweiPacket(ParamsProvider paramsProvider) {
|
||||
this.paramsProvider = paramsProvider;
|
||||
|
@ -65,6 +65,7 @@ public class DeviceConfig {
|
||||
}
|
||||
this.complete = true;
|
||||
this.isEncrypted = false;
|
||||
this.isSliced = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user