From 29680274aee9d5899d0da4a1cdded6a9d8f66138 Mon Sep 17 00:00:00 2001 From: s0uthwest Date: Wed, 25 Dec 2019 11:10:16 -0800 Subject: [PATCH] 10 second timer for non-bb restoring --- futurerestore/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index bd1f7308..b547dea2 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -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--);