mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
10 second timer for non-bb restoring
This commit is contained in:
parent
a23c6e00a8
commit
29680274ae
|
@ -252,7 +252,7 @@ int main_r(int argc, const char * argv[]) {
|
|||
if (flags & FLAG_NO_BASEBAND){
|
||||
printf("\nWARNING: user specified not to flash a baseband. This can make the restore fail if the device needs a baseband!\n");
|
||||
printf("if you added this flag by mistake you can press CTRL-C now to cancel\n");
|
||||
int c = 5;
|
||||
int c = 10;
|
||||
printf("continuing restore in ");
|
||||
while (c) {
|
||||
printf("%d ",c--);
|
||||
|
|
Loading…
Reference in a new issue