mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #389 from meshtastic/gps-enable
Flip-flop the default state of enable_triple_click
This commit is contained in:
commit
60f1f15743
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue