1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-04 03:52:02 +02:00

Mi Band 3: Also send AQI for weather to make current temperature appear

This commit is contained in:
Andreas Shimokawa 2018-07-16 14:19:02 +02:00
parent dc1e831630
commit 46f3686764

View File

@ -247,7 +247,7 @@ public class AmazfitBipSupport extends MiBand2Support {
LOG.error("Error sending current weather", ex);
}
if (gbDevice.getType() == DeviceType.AMAZFITBIP) {
if (gbDevice.getType() != DeviceType.AMAZFITCOR) {
try {
TransactionBuilder builder;
builder = performInitialized("Sending air quality index");