mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pixoo: Enable flashing
This commit is contained in:
+6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user