mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
@@ -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());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user