1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-25 22:40:05 +02:00

Amazfit T-Rex 2: Enable AGPS updates and gpx route upload

This commit is contained in:
José Rebelo 2023-06-12 09:32:08 +01:00
parent 9e09fe15bf
commit 55cef71d3a

View File

@ -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;