diff --git a/docs/configuration/radio/device.mdx b/docs/configuration/radio/device.mdx index aed84f96..73cb877b 100644 --- a/docs/configuration/radio/device.mdx +++ b/docs/configuration/radio/device.mdx @@ -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