Merge pull request #389 from meshtastic/gps-enable

Flip-flop the default state of enable_triple_click
This commit is contained in:
Ben Meadors 2023-09-19 10:48:30 -05:00 committed by GitHub
commit 60f1f15743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
/*