Skip to content

Commit

Permalink
Merge pull request #389 from meshtastic/gps-enable
Browse files Browse the repository at this point in the history
Flip-flop the default state of enable_triple_click
  • Loading branch information
thebentern authored Sep 19, 2023
2 parents 524819f + 44701ff commit 60f1f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 60f1f15

Please sign in to comment.