From 035ffc52434cd42da9ccf3fb788711985207b8ff Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 23 Sep 2022 10:04:08 +0200 Subject: [PATCH] update wifi-scan timeout to 120s Signed-off-by: John Crispin --- proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto.c b/proto.c index 0104688..3c31d16 100644 --- a/proto.c +++ b/proto.c @@ -927,7 +927,7 @@ proto_handle_blob(void) !strcmp(method, "trace")) action_handle(rpc, method, 0, 1, 0, 0); else if (!strcmp(method, "wifiscan")) - action_handle(rpc, method, 0, 1, 0, 30); + action_handle(rpc, method, 0, 1, 0, 120); else if (!strcmp(method, "leds")) leds_handle(rpc); else if (!strcmp(method, "request"))