1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-01 18:59:14 +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; return true;
} }
@Override
public boolean supportsPai(){
return true;
}
@Override @Override
public boolean supportsWeather() { public boolean supportsWeather() {
return true; return true;