1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-02 17:56:35 +02:00

Amazfit Neo: Enable PAI

This commit is contained in:
vanous 2023-07-16 22:57:18 +02:00
parent 896e89b256
commit 849337b447

View File

@ -72,6 +72,11 @@ public class AmazfitNeoCoordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsPai(){
return true;
}
@Override
public boolean supportsWeather() {
return true;