Pebble: ensure a better error message if someone tries to install a FW 1.x pbw
This commit is contained in:
parent
b7bad268c2
commit
b3cddebdbb
|
@ -204,6 +204,9 @@ public class PBWReader {
|
||||||
}
|
}
|
||||||
app = new GBDeviceApp(appUUID, appName, appCreator, appVersion, appType);
|
app = new GBDeviceApp(appUUID, appName, appCreator, appVersion, appType);
|
||||||
}
|
}
|
||||||
|
else if (!isFirmware) {
|
||||||
|
isValid = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue