From 34cc5cca1d2f48ffa8f7cb8f1fbf7dfa08da8cb5 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 22 Nov 2020 19:34:19 -0800 Subject: [PATCH] wait_bluetooth_secs to 1 minute --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 8f765cd..7db7c87 100644 --- a/mesh.proto +++ b/mesh.proto @@ -547,7 +547,7 @@ message RadioConfig { uint32 num_missed_to_fail = 3; /// see sw-design.md - uint32 wait_bluetooth_secs = 4; // 0 for default of 2 minutes + uint32 wait_bluetooth_secs = 4; // 0 for default of 1 minute uint32 screen_on_secs = 5; // 0 for default of one minute uint32 phone_timeout_secs = 6; // 0 for default of 15 minutes uint32 phone_sds_timeout_sec = 7; // 0 for default of two hours, MAXUINT for disabled