Double tap as button press

pull/333/head
Ben Meadors 2023-03-28 12:22:35 -05:00
rodzic 2b55d8421b
commit 18e4dc224c
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -124,6 +124,11 @@ message Config {
* Defaults to 900 Seconds (15 minutes)
*/
uint32 node_info_broadcast_secs = 7;
/*
* Treat double tap interrupt on supported accelerometers as a button press if set to true
*/
bool double_tap_as_button_press = 8;
}
/*