mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Amazfit T-Rex 2: Enable AGPS updates and gpx route upload
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user