SEP alert as a baseband

This commit is contained in:
s0uthwest 2019-12-25 11:09:55 -08:00
parent 3e5916c78c
commit a23c6e00a8

View file

@ -237,7 +237,7 @@ int main_r(int argc, const char * argv[]) {
devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy(); devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy();
if (flags & FLAG_LATEST_SEP){ 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(); client.loadLatestSep();
}else if (!client.is32bit()){ }else if (!client.is32bit()){
client.loadSep(sepPath); client.loadSep(sepPath);