mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-11 12:39:26 +01:00
Amazfit GTR 3 Pro: Fix firmware and watchface upload
This commit is contained in:
parent
6609869104
commit
3f518364f2
@ -25,7 +25,7 @@ import org.slf4j.LoggerFactory;
|
||||
import java.io.IOException;
|
||||
|
||||
import nodomain.freeyourgadget.gadgetbridge.devices.huami.HuamiFWHelper;
|
||||
import nodomain.freeyourgadget.gadgetbridge.devices.huami.amazfitgtr3.AmazfitGTR3FWHelper;
|
||||
import nodomain.freeyourgadget.gadgetbridge.devices.huami.amazfitgtr3pro.AmazfitGTR3ProFWHelper;
|
||||
import nodomain.freeyourgadget.gadgetbridge.service.devices.huami.Huami2021Support;
|
||||
|
||||
public class AmazfitGTR3ProSupport extends Huami2021Support {
|
||||
@ -33,6 +33,6 @@ public class AmazfitGTR3ProSupport extends Huami2021Support {
|
||||
|
||||
@Override
|
||||
public HuamiFWHelper createFWHelper(Uri uri, Context context) throws IOException {
|
||||
return new AmazfitGTR3FWHelper(uri, context);
|
||||
return new AmazfitGTR3ProFWHelper(uri, context);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user