Mi Band 4: really fix sending weather location

Really fixes #1609
This commit is contained in:
Andreas Shimokawa 2019-08-31 22:14:50 +02:00
parent 42e237feb2
commit ce9eab8def
1 changed files with 1 additions and 1 deletions

View File

@ -1704,7 +1704,7 @@ public class HuamiSupport extends AbstractBTLEDeviceSupport {
if (characteristicChunked != null) {
writeToChunked(builder, 4, buf.array());
writeToChunked(builder, 1, buf.array());
} else {
builder.write(getCharacteristic(AmazfitBipService.UUID_CHARACTERISTIC_WEATHER), buf.array());
}