diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 7fe84c6..03838ea 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; } /*