Flip-flop the default state of enable_triple_click

This commit is contained in:
Jonathan Bennett 2023-09-19 10:44:01 -05:00
parent 524819face
commit 44701ff4e2

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