mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Pixoo: Enable flashing
This commit is contained in:
parent
c9fec4e33a
commit
e14b2fc382
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user