mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-07-22 19:58:44 +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){
|
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("\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");
|
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 ");
|
printf("continuing restore in ");
|
||||||
while (c) {
|
while (c) {
|
||||||
printf("%d ",c--);
|
printf("%d ",c--);
|
||||||
|
|
Loading…
Reference in a new issue