1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-24 17:45:50 +01:00

Amazfit Bip/Cor: change AQI string from (fake) to (n/a)

This commit is contained in:
Andreas Shimokawa 2017-12-17 00:01:00 +01:00
parent 2cd53665a7
commit 64968d8a99

View File

@ -170,7 +170,7 @@ public class AmazfitBipSupport extends MiBand2Support {
TransactionBuilder builder;
builder = performInitialized("Sending air quality index");
int length = 8;
String aqiString = "(fake)";
String aqiString = "(n/a)";
if (supportsConditionString) {
length += aqiString.getBytes().length + 1;
}