mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Amazfit Bip/Cor: change AQI string from (fake) to (n/a)
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user