mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
Amazfit T-Rex 2: Enable AGPS updates and gpx route upload
This commit is contained in:
parent
9e09fe15bf
commit
55cef71d3a
@ -61,6 +61,16 @@ public class AmazfitTRex2Coordinator extends Huami2021Coordinator {
|
||||
return new AmazfitTRex2FWInstallHandler(uri, context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsAgpsUpdates() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsGpxUploads() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsControlCenter() {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user