mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 20:36:51 +01:00
parent
42e237feb2
commit
ce9eab8def
@ -1704,7 +1704,7 @@ public class HuamiSupport extends AbstractBTLEDeviceSupport {
|
|||||||
|
|
||||||
|
|
||||||
if (characteristicChunked != null) {
|
if (characteristicChunked != null) {
|
||||||
writeToChunked(builder, 4, buf.array());
|
writeToChunked(builder, 1, buf.array());
|
||||||
} else {
|
} else {
|
||||||
builder.write(getCharacteristic(AmazfitBipService.UUID_CHARACTERISTIC_WEATHER), buf.array());
|
builder.write(getCharacteristic(AmazfitBipService.UUID_CHARACTERISTIC_WEATHER), buf.array());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user