mirror of
https://github.com/Freeyourgadget/Gadgetbridge
synced 2026-04-13 10:35:43 +02:00
Pebble: also copy pbw to cache on Firmware 2.x
Neccessary step towards watchface configuration on 2.x
This commit is contained in:
parent
0d7986a5ab
commit
ca714417ac
@ -129,10 +129,6 @@ public class PBWInstallHandler implements InstallHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!device.getFirmwareVersion().startsWith("v3")) {
|
||||
return;
|
||||
}
|
||||
|
||||
File destDir;
|
||||
GBDeviceApp app = mPBWReader.getGBDeviceApp();
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user