From aa6dec0d0c27ab5ffa1c92216e1cefd580b70cdd Mon Sep 17 00:00:00 2001 From: Johnny Santos Date: Wed, 29 Jan 2025 20:33:49 -0300 Subject: [PATCH] Use same text as other boards --- docs/hardware/devices/lilygo/lora/buttons.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/lilygo/lora/buttons.mdx b/docs/hardware/devices/lilygo/lora/buttons.mdx index d7b002ec..f1a32896 100644 --- a/docs/hardware/devices/lilygo/lora/buttons.mdx +++ b/docs/hardware/devices/lilygo/lora/buttons.mdx @@ -13,4 +13,4 @@ sidebar_position: 1 - **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:** Toggles GPS on/off + - **Triple press:** Enables/Disables the GPS Module on demand. If an NPN Transistor is added it will cut power to the GPS board. The NPN pin must be configured on the PIN_GPS_EN inside the Position module in the App for this switching to work.