From 638414972d377061e7fa05e14deb7b08002087ab Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Thu, 13 Apr 2023 09:28:16 -0700 Subject: [PATCH] change long press shutdown from 10 to 5 seconds --- docs/hardware/devices/tbeam/buttons.mdx | 2 +- docs/hardware/devices/techo/buttons.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware/devices/tbeam/buttons.mdx b/docs/hardware/devices/tbeam/buttons.mdx index e4d546e0..09fa5fa9 100644 --- a/docs/hardware/devices/tbeam/buttons.mdx +++ b/docs/hardware/devices/tbeam/buttons.mdx @@ -12,7 +12,7 @@ sidebar_position: 3 - **Reset Button (right):** - **Single press:** Resets the device. - **Program button (middle):** - - **Long press:** Will signal the device to shutdown after 10 seconds. + - **Long press:** Will signal the device to shutdown after 5 seconds. - **Single press:** Changes the information page displayed on the device's screen. - **Double press:** Sends an adhoc ping of the device's position to the network. - **Triple press:** Disables the device's GPS. Repeat to re-enable. (_This will be indicated on both information screen pages on the device's display as shown below_) diff --git a/docs/hardware/devices/techo/buttons.mdx b/docs/hardware/devices/techo/buttons.mdx index 4386edfc..d8b4f3b2 100644 --- a/docs/hardware/devices/techo/buttons.mdx +++ b/docs/hardware/devices/techo/buttons.mdx @@ -15,6 +15,6 @@ sidebar_position: 3 - **Program/Power Button (Button 2):** - **Single press:** Changes the information page displayed on the device's screen. - **Double press:** Turns the screen backlight on/off. - - **Long press:** Signals the device to shutdown. + - **Long press:** Signals the device to shutdown after 5 seconds. ![TechoButtons](/img/hardware/t-echo-lilygo.jpg)