mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-09 15:27:04 +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;
|
return R.string.devicetype_pixoo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean supportsFlashing() {
|
||||||
|
// To install bitmaps
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean supportsWeather() {
|
public boolean supportsWeather() {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user