Pebble: ensure a better error message if someone tries to install a FW 1.x pbw

here
Andreas Shimokawa 2017-02-05 22:50:42 +01:00
parent b7bad268c2
commit b3cddebdbb
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ public class PBWReader {
}
app = new GBDeviceApp(appUUID, appName, appCreator, appVersion, appType);
}
else if (!isFirmware) {
isValid = false;
}
}
}