From 197481a49db0d5372cd7c6cc715f5312f90e5cb1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 12 Jun 2022 08:00:59 -0500 Subject: [PATCH] Removed pref --- config.proto | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.proto b/config.proto index 308f51f..e5a1c95 100644 --- a/config.proto +++ b/config.proto @@ -322,14 +322,6 @@ message Config { */ uint32 wait_bluetooth_secs = 7; - /* - * Power management state machine option. - * See [power management](/docs/software/other/power) for details. - * 0 for default of 15 minutes - * IMPORTANT NOTE FOR DEVICE CLIENTS: YOU MUST SEND SOME SORT OF PACKET TO THE PHONE AT LEAST THIS OFTEN OR THE DEVICE WILL DECIDE YOU ARE GONE! - */ - uint32 phone_timeout_secs = 8; - /* * Power management state machine option. * See [power management](/docs/software/other/power) for details.