From 44701ff4e267ad21a15064db3983b0f09e40dbfd Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 19 Sep 2023 10:44:01 -0500 Subject: [PATCH] Flip-flop the default state of enable_triple_click --- meshtastic/config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 7fe84c61..03838ea3 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -136,9 +136,9 @@ message Config { bool is_managed = 9; /* - * Enables the triple-press of user button to enable or disable GPS + * Disables the triple-press of user button to enable or disable GPS */ - bool enable_triple_click = 10; + bool disable_triple_click = 10; } /*