From 5be5307c906f1275e4134f839b1d93283484932e Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 3 May 2021 15:38:01 +0800 Subject: [PATCH] doc warning --- radioconfig.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/radioconfig.proto b/radioconfig.proto index fb2b866..ba2f296 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -181,6 +181,7 @@ message RadioConfig { * Power management state machine option. * See [power management](/software/other/power.md) 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 = 6;