From d9addda84c5fc3498d5f56f97bd3bcd294425d0a Mon Sep 17 00:00:00 2001 From: Johnny Santos Date: Tue, 7 Jan 2025 07:49:44 -0500 Subject: [PATCH 1/2] Add gps toggle button --- docs/hardware/devices/lilygo/lora/buttons.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hardware/devices/lilygo/lora/buttons.mdx b/docs/hardware/devices/lilygo/lora/buttons.mdx index 987f8d46..d7b002ec 100644 --- a/docs/hardware/devices/lilygo/lora/buttons.mdx +++ b/docs/hardware/devices/lilygo/lora/buttons.mdx @@ -13,3 +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 From aa6dec0d0c27ab5ffa1c92216e1cefd580b70cdd Mon Sep 17 00:00:00 2001 From: Johnny Santos Date: Wed, 29 Jan 2025 20:33:49 -0300 Subject: [PATCH 2/2] 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.