1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Pixoo: Enable flashing

This commit is contained in:
José Rebelo 2023-12-26 22:12:22 +00:00
parent c9fec4e33a
commit e14b2fc382

View File

@ -65,6 +65,12 @@ public class PixooCoordinator extends AbstractBLEDeviceCoordinator {
return R.string.devicetype_pixoo;
}
@Override
public boolean supportsFlashing() {
// To install bitmaps
return true;
}
@Override
public boolean supportsWeather() {
return true;