From 9e99c2824d61d7c7e07be244eceb2ba8e46d78da Mon Sep 17 00:00:00 2001 From: noon92 <40807970+noon92@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:04:45 +0200 Subject: [PATCH] Update device.mdx --- docs/configuration/radio/device.mdx | 1 + 1 file changed, 1 insertion(+) 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