mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 10:05:49 +01:00
Amazfit Bip/Cor: change AQI string from (fake) to (n/a)
This commit is contained in:
parent
2cd53665a7
commit
64968d8a99
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user