update wifi-scan timeout to 120s

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-09-23 10:04:08 +02:00
parent dd2da74b73
commit 035ffc5243

View File

@@ -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"))