SEP alert as a baseband

This commit is contained in:
s0uthwest 2019-12-26 23:55:10 +03:00 committed by GitHub
parent ae3164f767
commit cd38c5e719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//
// main.cpp
// futurerestore
//
@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) {
devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy();
if (flags & FLAG_LATEST_SEP){
info("user specified to use latest signed sep\n");
info("user specified to use latest signed SEP ((WARNING, THIS CAN CAUSE A NON-WORKING RESTORE)\n");
client.loadLatestSep();
}else if (!client.is32bit()){
client.loadSep(sepPath);