Update device.mdx

This commit is contained in:
noon92 2025-02-20 18:04:45 +02:00 committed by GitHub
parent c41e3607e9
commit 9e99c2824d
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.buzzer_gpio | `0` - `34` | `0` |
| device.node_info_broadcast_secs | `3600` - `UINT MAX` | `10800` (3 hours) | | device.node_info_broadcast_secs | `3600` - `UINT MAX` | `10800` (3 hours) |
| device.double_tap_as_button_press | `false`, `true` | `false` | | device.double_tap_as_button_press | `false`, `true` | `false` |
| device.disable_triple_click | `false`, `true` | `false` |
:::tip :::tip