Merge pull request #1725 from noon92/patch-9

Add disable triple click
This commit is contained in:
pdxlocations 2025-02-20 09:15:14 -08:00 committed by GitHub
commit 4192f8b7be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,6 +187,7 @@ All device config options are available in the python CLI. Example commands are
| device.buzzer_gpio | `0` - `34` | `0` |
| device.node_info_broadcast_secs | `3600` - `UINT MAX` | `10800` (3 hours) |
| device.double_tap_as_button_press | `false`, `true` | `false` |
| device.disable_triple_click | `false`, `true` | `false` |
:::tip